@@ -19,15 +19,11 @@ jobs:
1919 - if : >
2020 !github.event.pull_request.draft && !(
2121 (github.actor == 'asyncapi-bot' && (
22- startsWith(github.event.pull_request.title, 'ci: update global workflows') ||
23- startsWith(github.event.pull_request.title, 'chore: update code of conduct') ||
24- startsWith(github.event.pull_request.title, 'ci: update global contribution guide') ||
25- startsWith(github.event.pull_request.title, 'ci: update workflows for go projects') ||
26- startsWith(github.event.pull_request.title, 'ci: update workflows for nodejs projects') ||
27- startsWith(github.event.pull_request.title, 'ci: update release-related workflows for nodejs projects') ||
28- startsWith(github.event.pull_request.title, 'ci: update semantic release config file') ||
29- startsWith(github.event.pull_request.title, 'ci: update generic workflows') ||
30- startsWith(github.event.pull_request.title, 'ci: update workflows for docker-based projects') ||
22+ startsWith(github.event.pull_request.title, 'ci: update of files from global .github repo') ||
23+ startsWith(github.event.pull_request.title, 'chore(release):')
24+ )) ||
25+ (github.actor == 'asyncapi-bot-eve' && (
26+ startsWith(github.event.pull_request.title, 'ci: update of files from global .github repo') ||
3127 startsWith(github.event.pull_request.title, 'chore(release):')
3228 )) ||
3329 (github.actor == 'allcontributors[bot]' &&
0 commit comments