Skip to content

Commit

Permalink
ci(ECO-2855): Add minimal merge queue action
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Feb 17, 2025
1 parent 6ec58c3 commit 0774e88
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/merge-queue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 'Merge queue'
'on':
pull_request:
branches:
- 'arena'
merge_group:

Check failure on line 7 in .github/workflows/merge-queue.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

7:3 [key-ordering] wrong ordering of key "merge_group" in mapping

Check failure on line 7 in .github/workflows/merge-queue.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

7:15 [empty-values] empty value in block mapping
permissions:
contents: 'write'
pull-requests: 'write'
...

0 comments on commit 0774e88

Please sign in to comment.