Skip to content

Commit

Permalink
Update peter-evans/enable-pull-request-automerge action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent 75ce53e commit 1e35653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
if: |
steps.cpr.outputs.pull-request-operation == 'created' ||
steps.cpr.outputs.pull-request-operation == 'updated'
uses: peter-evans/enable-pull-request-automerge@v2
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
if: |
steps.cpr.outputs.pull-request-operation == 'created' ||
steps.cpr.outputs.pull-request-operation == 'updated'
uses: peter-evans/enable-pull-request-automerge@v2
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
repository: apollographql/supergraph-demo-k8s-graph-ops
Expand Down

0 comments on commit 1e35653

Please sign in to comment.