We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f926a0 commit 5e636feCopy full SHA for 5e636fe
.github/workflows/change-file-in-pr.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
types: [opened, synchronize, reopened, labeled]
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
check-files-in-directory:
12
if: ${{ !contains(github.event.pull_request.labels.*.name, 'Release Not Needed') && !contains(github.event.pull_request.labels.*.name, 'Release PR') }}
0 commit comments