Skip to content

Commit 79a256c

Browse files
authored
Merge pull request #543 from linuxserver/project
add new project workflow, delete invalid helper, update .gitignore
2 parents 83e3728 + a604174 commit 79a256c

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

Lines changed: 14 additions & 0 deletions
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

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
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)