Skip to content

Commit

Permalink
Merge pull request #27 from wayfair/update-auto-approve-action
Browse files Browse the repository at this point in the history
Update workflow to use v3 of auto-approve action
  • Loading branch information
lelia committed Oct 17, 2022
2 parents 2920fab + d7f4e49 commit ea1399d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ jobs:
})
- name: ✅ approve PR
if: ${{ success() }}
# Using contribs fork to make action compliant with migration to node v16
uses: wayfair-contribs/auto-approve-action@update-actions-runner-node
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.OSPO_API_TOKEN }}
- name: 🚀 create fork
# Using forker release which sets output value for forkUrl
uses: wayfair-incubator/forker@v0.0.6
with:
token: ${{ secrets.OSPO_API_TOKEN }}
Expand Down

0 comments on commit ea1399d

Please sign in to comment.