Skip to content

ci(deps): bump softprops/action-gh-release from 1 to 2 #82

ci(deps): bump softprops/action-gh-release from 1 to 2

ci(deps): bump softprops/action-gh-release from 1 to 2 #82

name: Autoapprove PRs
on: pull_request
permissions:
pull-requests: write
jobs:
autoapprove-prs:
uses: prosegrinder/.github/.github/workflows/autoapprove-prs.yaml@main
with:
PR_URL: ${{github.event.pull_request.html_url}}
secrets:
APPROVAL_TOKEN: ${{secrets.GITHUB_TOKEN}}