-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing check-if-branch-is-ahead-of-main (#4656)
* Testing check-if-branch-is-ahead-of-main * Comment on PR if this status runs and fails * Add merge_group: to event list * Force to main branch * Force to run only on pull request events * Revert * Add merge queue file --------- Co-authored-by: Alex Steel <[email protected]>
- Loading branch information
1 parent
34f4a21
commit a5c83d6
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Merge Queue Push | ||
on: | ||
merge_group: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
merge-queue: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Entering Merge Queue" | ||
run: echo "Merge queue has been activated" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters