Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ permissions:
jobs:
automerge:
name: Arm auto-merge
# github.actor is the pusher, not the author, so a dependabot push onto a fork PR can
# satisfy it. The head-repo clause is the one that cannot be forged.
# github.actor names whoever triggered the event, so the author check reads user.login.
# The head-repo clause makes dependabot's same-repo branches a precondition, not an assumption.
if: >-
github.repository == 'xroche/httrack-android'
&& github.event.pull_request.user.login == 'dependabot[bot]'
Expand Down
Loading