restructure the wrapper to be simplified and pass CLI args when launched
This commit is contained in:
14
.github/workflows/call_issue_pr_tracker.yml
vendored
Normal file
14
.github/workflows/call_issue_pr_tracker.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user