Skip to content

Commit

Permalink
Merge pull request #98 from linuxserver/issue-pr2
Browse files Browse the repository at this point in the history
update issue-pr workflow
  • Loading branch information
aptalca authored Aug 15, 2023
2 parents 308cd82 + 23fa41e commit c13e408
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/call_issue_pr_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Issue & PR Tracker

on:
issues:
types: [opened,reopened,labeled,unlabeled]
types: [opened,reopened,labeled,unlabeled,closed]
pull_request_target:
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled]
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled,closed]
pull_request_review:
types: [submitted,edited,dismissed]

jobs:
manage-project:
Expand Down

0 comments on commit c13e408

Please sign in to comment.