Skip to content

Commit

Permalink
Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fineanmol authored Oct 18, 2022
1 parent 999ffbf commit 27a30e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
steps:
- uses: reitermarkus/automerge@v2
with:
token: ${{ secrets.MY_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
merge-method: rebase
do-not-merge-labels: never-merge
required-labels: automerge
# required-labels: automerge
pull-request: ${{ github.event.inputs.pull-request }}
dry-run: true
# dry-run: true

0 comments on commit 27a30e6

Please sign in to comment.