Skip to content

this is cherry-pick #13

this is cherry-pick

this is cherry-pick #13

name: label
on:
pull_request_target:
types:
- synchronize
- closed
jobs:
synchronize-label:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{ github.event.number }}
steps:
- uses: actions-ecosystem/action-remove-labels@v1
if: contains(github.event.pull_request.labels.*.name, 'Approved')
with:
labels: Approved
- uses: actions-ecosystem/action-remove-labels@v1
if: contains(github.event.pull_request.labels.*.name, 'be-build')
with:
labels: be-build