Skip to content

Commit

Permalink
Merge pull request #173330 from Homebrew/fix-automerge-merge_queue
Browse files Browse the repository at this point in the history
automerge-from-merge-queue: fix
  • Loading branch information
carlocab committed May 31, 2024
2 parents bed0ae2 + 35cf244 commit e861425
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/automerge-from-merge-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,12 @@ env:
GH_PROMPT_DISABLED: 1

jobs:
debug:
runs-on: ubuntu-latest
if: always()
steps:
- run: |
echo "workflow_run.conclusion = ${{ github.event.workflow_run.conclusion }}"
echo "workflow_run.event = ${{ github.event.workflow_run.event }}"
status-check:
runs-on: ubuntu-latest
if: >
github.repository_owner == 'Homebrew' &&
github.event.workflow_run.conclusion != 'success' &&
github.event.workflow_run.event == 'merge_queue'
github.event.workflow_run.event == 'merge_group'
outputs:
pull-number: ${{ steps.pr.outputs.number }}
publishable: ${{ steps.check-labels.outputs.publishable }}
Expand Down

0 comments on commit e861425

Please sign in to comment.