add new project workflow, delete invalid helper, update .gitignore

This commit is contained in:
aptalca 2023-03-21 16:56:51 -04:00
parent 83e3728d30
commit a604174539
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
3 changed files with 15 additions and 12 deletions

View 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

View file

@ -1,12 +0,0 @@
name: Comment on invalid interaction
on:
issues:
types:
- labeled
jobs:
add-comment-on-invalid:
if: github.event.label.name == 'invalid'
permissions:
issues: write
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
secrets: inherit

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
!.editorconfig
!.gitattributes
!.github
!.github/**
!.gitignore
!*.conf.sample
!LICENSE