diff --git a/Auto_approve_action b/Auto_approve_action new file mode 100644 index 0000000..eb86c8d --- /dev/null +++ b/Auto_approve_action @@ -0,0 +1,11 @@ +name: Auto approve + +on: pull_request_target + +jobs: + auto-approve: + runs-on: ubuntu-latest + steps: + - uses: hmarr/auto-approve-action@v4 + with: + github-token: ${{ secrets.SOME_USERS_PAT }}