Skip to content

Commit

Permalink
Use action to automatically rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 6, 2021
1 parent 713c791 commit 3a9adf6
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 3a9adf6

Please sign in to comment.