Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to a r/w version of dependent-issues
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