Merge pull request #608 from linuxserver/project

add isue tracker workflow, check perms in `check` files
This commit is contained in:
aptalca
2023-03-23 18:22:26 -04:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
name: Issue & PR Tracker
on:
issues:
types: [opened,reopened,labeled,unlabeled]
pull_request_target:
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled]
jobs:
manage-project:
permissions:
issues: write
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
secrets: inherit
+1
View File
@@ -4,6 +4,7 @@ on:
paths:
- '**/run'
- '**/finish'
- '**/check'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1