Skip to content

Commit a604174

Browse files
committed
add new project workflow, delete invalid helper, update .gitignore
1 parent 83e3728 commit a604174

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Issue & PR Tracker
2+
3+
on:
4+
issues:
5+
types: [opened,reopened,labeled,unlabeled]
6+
pull_request_target:
7+
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled]
8+
9+
jobs:
10+
manage-project:
11+
permissions:
12+
issues: write
13+
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
14+
secrets: inherit

.github/workflows/call_invalid_helper.yml

-12
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!.editorconfig
66
!.gitattributes
77
!.github
8+
!.github/**
89
!.gitignore
910
!*.conf.sample
1011
!LICENSE

0 commit comments

Comments
 (0)