mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 09:41:35 +10:00
chore: update ci and formatting
This commit is contained in:
7
.github/workflows/issue-opened.yml
vendored
7
.github/workflows/issue-opened.yml
vendored
@ -1,15 +1,12 @@
|
||||
name: "Label Issues"
|
||||
name: 'Label Issues'
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- reopened
|
||||
- opened
|
||||
types: ['opened', 'reopened']
|
||||
|
||||
jobs:
|
||||
label_issues:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'documenso/documenso'
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user