chore: update ci and formatting

This commit is contained in:
Mythie
2023-12-08 13:01:08 +11:00
parent 520522bef7
commit 7feba02e08
15 changed files with 90 additions and 102 deletions

View File

@ -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: