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 d25b636 commit 63da3a1Copy full SHA for 63da3a1
.github/workflows/dependabot_automerge.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
auto-merge:
8
- if: GITHUB_ACTOR == 'dependabot'
+ # if: github.actor == 'dependabot[bot]'
9
runs-on: ubuntu-latest
10
steps:
11
- run: echo ${GITHUB_ACTOR}
0 commit comments