Skip to content

Commit

Permalink
Revert to a r/w version of dependent-issues
Browse files Browse the repository at this point in the history
Current versions of dependent-issues skip PRs opened by dependabot,
because GitHub now only provides readonly tokens for pull_request
actions triggered on dependabot PRs. However dependent-issues relies
on a pull_request_target event anyway, so it should still have a
read-write token.

This means that the “Dependent Issues” check stays in “Expected”
status; if we want to keep it as “Required” then we need some
workaround to be able to merge dependabot PRs.

This reverts to the last commit of dependent-issues before the change
to disable the check on dependabot PRs.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Aug 24, 2021
1 parent fe21e2c commit 9af0181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: github.repository_owner == 'submariner-io'
runs-on: ubuntu-latest
steps:
- uses: z0al/dependent-issues@v1
- uses: z0al/dependent-issues@1208b4dd978973b14de5b0b227a2871dbbf34ffb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 9af0181

Please sign in to comment.