Skip to content

Commit

Permalink
Use action to automatically rebase PRs with master (#2052)
Browse files Browse the repository at this point in the history
Co-authored-by: nginx-bot <[email protected]>
  • Loading branch information
lucacome and nginx-bot authored Oct 7, 2021
1 parent 19e8c97 commit d4b4f83
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/autoupdate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.NGINX_PAT }}"
PR_READY_STATE: "ready_for_review"
EXCLUDED_LABELS: "dependencies,no-autoupdate"
- uses: peter-evans/rebase@v1
with:
token: ${{ secrets.NGINX_PAT }}
exclude-labels: |
no-autoupdate
dependencies

0 comments on commit d4b4f83

Please sign in to comment.