Skip to content

Commit

Permalink
fix(publishing): use latest hmarr/auto-approve-action
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 19, 2021
1 parent f348de6 commit 8967adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Approve package bump
if: ${{ steps.createpullrequest.outputs.pull-request-number != '' }}
# pin to v2.0.0 tag by commit hash
uses: hmarr/auto-approve-action@7782c7e2bdf62b4d79bdcded8332808fd2f179cd
uses: hmarr/auto-approve-action@v2
with:
github-token: '${{ secrets.SPINNAKERBOT_TOKEN }}'
pull-request-number: ${{ steps.createpullrequest.outputs.pull-request-number }}

0 comments on commit 8967adc

Please sign in to comment.