Skip to content

Commit 5c9b46a

Browse files
committed
feat(ci): skip PR from Dependabot
1 parent 9ee0cef commit 5c9b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
autofill_pr:
13-
if: github.actor != 'dependabot'
13+
if: github.actor != 'dependabot' && github.actor != 'dependabot[bot]'
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository

0 commit comments

Comments
 (0)