14
.github/workflows/labeler-approved.yml
vendored
14
.github/workflows/labeler-approved.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: "Labels: Approved"
|
||||
|
||||
on:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
add_label:
|
||||
if: github.event.review.state == 'APPROVED'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions-ecosystem/action-add-labels@v1
|
||||
with:
|
||||
labels: "PR: Approved"
|
||||
Reference in New Issue
Block a user