Skip to content

Commit a557f85

Browse files
ci(github): improve workflow auto-assign.yml
Signed-off-by: Mark <[email protected]>
1 parent 9294e33 commit a557f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request_target
44
jobs:
55
auto-assign:
66
runs-on: ubuntu-latest
7-
if: github.actor != 'dependabot[bot]' && github.event.action == 'opened'
7+
if: endsWith(github.actor, '[bot]') == false && github.event.action == 'opened'
88

99
steps:
1010
- name: Auto assign

0 commit comments

Comments
 (0)