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 dc288a4 commit fba1039Copy full SHA for fba1039
.github/workflows/checks_secure.yml
@@ -11,7 +11,7 @@ concurrency:
11
12
jobs:
13
dismiss_stale_approvals:
14
- # Dismiss stale approvals for non-admins or if this PR comes from a fork.
+ # Dismiss stale approvals for users without write access, or if this PR comes from a fork.
15
runs-on: ubuntu-20.04
16
# Only if another commit was added to the PR.
17
steps:
@@ -20,7 +20,7 @@ jobs:
20
uses: scherermichael-oss/[email protected]
21
# This action sets outputs.has-permission to '1' or ''
22
with:
23
- required-permission: admin
+ required-permission: write
24
env:
25
GITHUB_TOKEN: ${{ github.token }}
26
- uses: actions/checkout@v3
0 commit comments