Skip to content

Commit 669e5a9

Browse files
authored
Fix service label action (#84046)
1 parent c3983a2 commit 669e5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-service-labels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55

66
on:
77
pull_request:
8+
types: [opened, reopened, labeled, unlabeled, synchronize]
89
branches:
910
- 'release/**'
1011

@@ -13,7 +14,7 @@ jobs:
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Check servicing labels
16-
run:
17+
run: |
1718
if [ "${{ contains(github.event.pull_request.labels.*.name, 'Servicing-approved') }}" = "true" ]; then
1819
exit 0
1920
else

0 commit comments

Comments
 (0)