Skip to content

Commit 8626c0c

Browse files
authored
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' (#47569)
2 parents b68b698 + 90a47b1 commit 8626c0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: PR Analysis
22
on:
33
pull_request:
4-
types: [opened, synchronize, labeled, unlabeled]
4+
types: [opened, labeled, unlabeled]
55
permissions:
66
contents: read
77
pull-requests: read
88
jobs:
99
allowed-labels:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Return error if branch is in lockdown or 'do not merge' label is present
12+
- name: Return error if blocking labels are present in PR
1313
run: echo "Labels on this PR prevent it from being merged. Please contact the repo owners for more information." && exit 1
14-
if: ${{ contains(github.event.pull_request.labels.*.name, 'Branch Lockdown') || contains(github.event.pull_request.labels.*.name, 'DO NOT MERGE') }}
14+
if: ${{ contains(github.event.pull_request.labels.*.name, 'Branch Lockdown') || contains(github.event.pull_request.labels.*.name, 'DO NOT MERGE') || contains(github.event.pull_request.labels.*.name, 'Servicing-consider') || contains(github.event.pull_request.labels.*.name, 'Servicing-more-info') || contains(github.event.pull_request.labels.*.name, 'Servicing-rejected') }}

0 commit comments

Comments
 (0)