Skip to content

fix: 14718 add confirm when deleting row in codelist #1353

fix: 14718 add confirm when deleting row in codelist

fix: 14718 add confirm when deleting row in codelist #1353

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@v4
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 }}