We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c0cdb commit 87c8e74Copy full SHA for 87c8e74
1 file changed
.github/workflows/merge-conflict-checker.yml
@@ -18,8 +18,8 @@
18
name: "PR Merge Conflict Check"
19
on:
20
push:
21
- pull_request_target:
22
- types: [synchronize]
+ pull_request:
+ types: [opened, synchronize, reopened]
23
24
permissions: # added using https://github.com/step-security/secure-workflows
25
contents: read
0 commit comments