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.
check-changeset
1 parent 5611175 commit 51465ceCopy full SHA for 51465ce
.github/workflows/check-changeset.yml
@@ -28,6 +28,9 @@ jobs:
28
name: Check changeset vs changed files
29
runs-on: ubuntu-latest
30
31
+ permissions:
32
+ pull-requests: write
33
+
34
steps:
35
- name: Checkout Repo
36
uses: actions/checkout@v4
@@ -89,4 +92,4 @@ jobs:
89
92
# Don't want it to throw before editing the comment.
90
93
- name: Fail if checker script logged a blocking failure
91
94
if: ${{steps.check-changeset.outputs.BLOCKING_FAILURE == 'true'}}
- run: exit 1
95
+ run: exit 1
0 commit comments