Skip to content

chore(workflows): update github/privileged-requester action to v1.0.2 #511

chore(workflows): update github/privileged-requester action to v1.0.2

chore(workflows): update github/privileged-requester action to v1.0.2 #511

Workflow file for this run

name: 'PR Auto Approve'
on:
pull_request:
types: [review_requested]
permissions:
pull-requests: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@d8601249b3c1397b2b98f1a959b783c89bacc924 # v1.0.2
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
robotUserToken: ${{ secrets.GH_ACT_PAT }}
path: .github/autoapprove-config.yaml
prCreator: ${{ github.event.pull_request.user.login }}
prNumber: ${{ github.event.pull_request.number }}
checkCommits: 'false'
checkDiff: 'false'
checkLabels: 'false'