Skip to content

Commit

Permalink
add new project workflow, delete invalid helper, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Mar 21, 2023
1 parent 83e3728 commit a604174
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/call-issue-pr-tracker.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 0 additions & 12 deletions .github/workflows/call_invalid_helper.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!.editorconfig
!.gitattributes
!.github
!.github/**
!.gitignore
!*.conf.sample
!LICENSE
Expand Down

0 comments on commit a604174

Please sign in to comment.