Skip to content

Commit 4c9fa62

Browse files
authored
fix: Add condition to skip assignee for dependabot
1 parent 96b4b0e commit 4c9fa62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions-ecosystem/action-add-assignees@v1
18+
if: ${{ github.actor != 'dependabot[bot]' }}
1819
with:
1920
github_token: ${{ secrets.GITHUB_TOKEN }}
2021
assignees: ${{ github.actor }}

0 commit comments

Comments
 (0)