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 5ff165d commit 7363c8aCopy full SHA for 7363c8a
.github/workflows/automerge.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Get changes
12
runs-on: ubuntu-latest
13
timeout-minutes: 30
14
- if: (github.actor == 'dependabot[bot]') || (github.actor == 'seambot')
+ if: github.actor == 'dependabot[bot]' || github.event.pull_request.user.login == 'seambot'
15
permissions:
16
checks: read
17
outputs:
0 commit comments