We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a18bdd commit 21fd73fCopy full SHA for 21fd73f
1 file changed
.github/workflows/jira-id-check.yml
@@ -5,6 +5,11 @@ env:
5
ORGANIZATION_JIRA_PROJECT_KEYS: "MLE,PDP,COR"
6
7
on:
8
+ # Required for repository rulesets - works for PRs from forks
9
+ pull_request_target:
10
+ types: [opened, edited, synchronize, reopened]
11
+
12
+ # Also support being called as a reusable workflow
13
workflow_call:
14
inputs:
15
pr-title:
0 commit comments