Skip to content

Commit d4096ee

Browse files
[ISSUE mxsm#1352]🔨Update Github Actions CI
1 parent a1a935c commit d4096ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/remove-label-on-approve.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name: Detect Pull Request Review
1+
name: Approval
22

33
on:
44
pull_request_review:
55
types:
66
- submitted
77

88
jobs:
9-
add-approval-comment:
9+
remove-labels-on-approve:
10+
if: github.event.review.state == 'approved' # Trigger only when the review is approved
1011
runs-on: ubuntu-latest
1112

1213
permissions:

0 commit comments

Comments
 (0)