We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43998a9 commit f4af826Copy full SHA for f4af826
3 files changed
.github/workflows/dependabot_automerge.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
auto-merge:
8
- # if: github.actor == 'dependabot[bot]'
+ if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'imgbot[bot]' }}
9
runs-on: ubuntu-latest
10
steps:
11
- run: echo ${GITHUB_ACTOR}
0 commit comments