Skip to content

feat(qrspot): replace qr-code #240

feat(qrspot): replace qr-code

feat(qrspot): replace qr-code #240

name: Approve on Label
on:
pull_request:
types: [labeled]
jobs:
approve-on-label:
name: Approve on Label
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.event.action == 'labeled' && github.event.label.name == 'Approve'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: Approve