Skip to content

Always run check rebased #55

Always run check rebased

Always run check rebased #55

Workflow file for this run

name: Check branch is rebased

Check failure on line 1 in .github/workflows/check_rebased.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_rebased.yml

Invalid workflow file

`merge_queue` is not a valid event name
on:
merge_queue:
pull_request:
branches:
- main
jobs:
check-rebased:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: check rebased
run: |
git fetch origin
git checkout main
git merge origin/${{ github.head_ref }} --ff-only