Skip to content
Snippets Groups Projects
Commit 63bad28e authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Rebase on push to main branch

parent f54fc35f
No related branches found
No related tags found
No related merge requests found
Pipeline #35706 passed
---
name: Rebase on push to main branch
"on":
push:
branches: [main]
jobs:
rebase:
name: Rebase on push to main branch
runs-on: ubuntu-latest
steps:
- name: Rebase all pull requests on push to the main branch
uses: peter-evans/rebase@v3
with:
base: main
exclude-drafts: true
exclude-labels: |
no-rebase
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment