We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8785f78 commit de8aae1Copy full SHA for de8aae1
1 file changed
.github/workflows/merge-conflict-checker.yml
@@ -21,8 +21,13 @@ on:
21
pull_request_target:
22
types: [synchronize]
23
24
+permissions: # added using https://github.com/step-security/secure-workflows
25
+ contents: read
26
+
27
jobs:
28
triage:
29
+ permissions:
30
+ pull-requests: write # for eps1lon/actions-label-merge-conflict to label PRs
31
runs-on: ubuntu-latest
32
steps:
33
- name: Conflict Check
0 commit comments