We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4411ce commit f884af7Copy full SHA for f884af7
.github/workflows/approve.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
name: '🤖 PR Auto Approve'
16
steps:
17
- - uses: github/privileged-requester@3bfe4fe11beb79a205f0143769d3035d728cec2d # v2.2.0
+ - uses: github/privileged-requester@29be02034609a90b30859edafa8b1e1d19738c79 # v2.3.0
18
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
19
with:
20
github_token: ${{ secrets.GH_ACT_PAT }}
0 commit comments