Skip to content

Commit

Permalink
CI: fix auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Sep 24, 2023
1 parent 299c3b9 commit 4b50ff9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ name: Automerge

on:
pull_request:
types:
- autorelease: pending
pull_request_review:
types:
- submitted
status: {}

jobs:
auto-merge:
if: "contains(github.event.pull_request.labels.*.name, 'autorelease: pending')"
runs-on: ubuntu-latest
steps:
- name: Automerge
uses: 'pascalgn/[email protected]'
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: '${{ secrets.RELEASE_TOKEN }}'
MERGE_LABELS: ''
MERGE_FILTER_AUTHOR: 'itsHenry35'
GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
MERGE_LABELS: ""
MERGE_FILTER_AUTHOR: "itsHenry35"

0 comments on commit 4b50ff9

Please sign in to comment.