Skip to content

Commit 4753347

Browse files
authored
ci: update workflows for nodejs projects (#254)
1 parent 4a21904 commit 4753347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/if-nodejs-pr-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
startsWith(github.event.pull_request.title, 'ci: update workflows for docker-based projects') ||
3131
startsWith(github.event.pull_request.title, 'chore(release):')
3232
)) ||
33-
(github.actor == 'allcontributors' &&
33+
(github.actor == 'allcontributors[bot]' &&
3434
startsWith(github.event.pull_request.title, 'docs: add')
3535
)
3636
)

0 commit comments

Comments
 (0)