Skip to content

Commit a983aad

Browse files
authored
Merge pull request #75 from funktechno/f/automerge
another update
2 parents e8e0bef + 63da3a1 commit a983aad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ on:
55

66
jobs:
77
auto-merge:
8+
# if: github.actor == 'dependabot[bot]'
89
runs-on: ubuntu-latest
910
steps:
11+
- run: echo ${GITHUB_ACTOR}
1012
- uses: actions/checkout@v2
1113
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1214
with:

0 commit comments

Comments
 (0)