Skip to content

fix(resource-adm): change checkbox labels of "available for" #124

fix(resource-adm): change checkbox labels of "available for"

fix(resource-adm): change checkbox labels of "available for" #124

name: Auto-Approve PR
on:
pull_request:
types: [ labeled ]
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.event.label.name == 'skip-manual-testing'
steps:
- name: Checkout PR code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Auto approve PR
run: gh pr review ${{ github.event.pull_request.number }} --approve
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}