Skip to content

Commit

Permalink
[ignore] Added workflow trigger to enable jira sync when PR reviews a…
Browse files Browse the repository at this point in the history
…re submitted.
  • Loading branch information
samiib committed Oct 4, 2024
1 parent d47c982 commit f2848a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/jira-issue-sync-pr-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: jira-issue-sync-pr-review

on:
pull_request_review:

jobs:
review:
runs-on: ubuntu-latest
steps:
- run: echo "A PR review was added or modified, triggering jira-issue-sync."
4 changes: 4 additions & 0 deletions .github/workflows/jira-issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
- review_request_removed
- auto_merge_enabled
- auto_merge_disabled
workflow_run:
workflows: [jira-issue-sync-pr-review]
types:
- completed
issues:
issue_comment:
concurrency: jira_issues
Expand Down

0 comments on commit f2848a5

Please sign in to comment.