Skip to content

Commit

Permalink
[ignore] Added all pr target trigger types
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib authored and lhercot committed Sep 14, 2024
1 parent 383c055 commit a0223fb
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/jira-issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@ name: Sync GitHub Issues & Pull Requests to Jira

on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled, edited, closed]
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- converted_to_draft
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed
- auto_merge_enabled
- auto_merge_disabled
issues:
issue_comment:
concurrency: jira_issues
Expand Down

0 comments on commit a0223fb

Please sign in to comment.