mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 04:26:02 -07:00
add new project workflow, delete invalid helper, update .gitignore
This commit is contained in:
parent
83e3728d30
commit
a604174539
3 changed files with 15 additions and 12 deletions
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
|
12
.github/workflows/call_invalid_helper.yml
vendored
12
.github/workflows/call_invalid_helper.yml
vendored
|
@ -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
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
!.editorconfig
|
||||
!.gitattributes
|
||||
!.github
|
||||
!.github/**
|
||||
!.gitignore
|
||||
!*.conf.sample
|
||||
!LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue