We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55a82d commit a5450ebCopy full SHA for a5450eb
.github/workflows/pr-analysis.yml
@@ -16,5 +16,5 @@ jobs:
16
contains(github.event.pull_request.labels.*.name, 'DO NOT MERGE') ||
17
contains(github.event.pull_request.labels.*.name, 'Servicing-consider') ||
18
contains(github.event.pull_request.labels.*.name, 'Servicing-more-info') ||
19
- contains(github.event.pull_request.labels.*.name, 'Servicing-rejected') ||
+ contains(github.event.pull_request.labels.*.name, 'Servicing-rejected')
20
}}
0 commit comments