We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a21904 commit 4753347Copy full SHA for 4753347
.github/workflows/if-nodejs-pr-testing.yml
@@ -30,7 +30,7 @@ jobs:
30
startsWith(github.event.pull_request.title, 'ci: update workflows for docker-based projects') ||
31
startsWith(github.event.pull_request.title, 'chore(release):')
32
)) ||
33
- (github.actor == 'allcontributors' &&
+ (github.actor == 'allcontributors[bot]' &&
34
startsWith(github.event.pull_request.title, 'docs: add')
35
)
36
0 commit comments