Skip to content

Commit

Permalink
Update auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Oct 15, 2022
1 parent a8855c5 commit 298c1c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: git checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Create Pull Request
id: open-pr
Expand All @@ -30,6 +28,5 @@ jobs:
if: steps.open-pr.outputs.pr_number != ''
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}
merge-method: merge

0 comments on commit 298c1c6

Please sign in to comment.