Skip to content

Commit a5450eb

Browse files
committed
Syntax error
1 parent b55a82d commit a5450eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
contains(github.event.pull_request.labels.*.name, 'DO NOT MERGE') ||
1717
contains(github.event.pull_request.labels.*.name, 'Servicing-consider') ||
1818
contains(github.event.pull_request.labels.*.name, 'Servicing-more-info') ||
19-
contains(github.event.pull_request.labels.*.name, 'Servicing-rejected') ||
19+
contains(github.event.pull_request.labels.*.name, 'Servicing-rejected')
2020
}}

0 commit comments

Comments
 (0)