Skip to content

Commit

Permalink
handle issue-pr close and review submitted actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Apr 14, 2023
1 parent b05c951 commit cc80a43
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 cc80a43

Please sign in to comment.