Skip to content

Webrepl updates

Webrepl updates #160

Workflow file for this run

name: PR Auto-Approver
on:
pull_request:
branches:
- webrepl
jobs:
approve-pr:
name: PR Auto-Approver
runs-on: ubuntu-latest
env:
AUTO_PR_APPROVAL: ${{ secrets.AUTO_PR_APPROVAL }}
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
if: env.AUTO_PR_APPROVAL != null
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"