Skip to content

check if table does not exist, raise exception #68

check if table does not exist, raise exception

check if table does not exist, raise exception #68

Workflow file for this run

name: Development Auto-approval
on:
pull_request:
branches:
- develop
jobs:
apply:
name: Approve Dev PR
runs-on: ubuntu-latest
steps:
- name: Approve pull request
uses: andrewmusgrave/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
event: APPROVE
body: 'Validation checks passed, PR Approved 🎊'
if: github.event_name == 'pull_request'