Skip to content

Ignore invalid sub reg keys #14

Ignore invalid sub reg keys

Ignore invalid sub reg keys #14

Workflow file for this run

name: Auto approve
on:
pull_request:
types: [opened]
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'Gitii'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"