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 bcdb340 commit 957e2bcCopy full SHA for 957e2bc
.github/workflows/status-checks.yml
@@ -85,7 +85,7 @@ jobs:
85
command: '.skip-integration-checks'
86
allowed_contexts: pull_request
87
# Note: this permission step is _critical_ to make sure only maintainers can run the command
88
- permissions: write
+ permissions: 'write,admin'
89
- name: Override status checks for issue comment
90
if: ${{ github.event_name == 'issue_comment' && steps.command.outputs.continue == 'true' }}
91
run: |
0 commit comments