Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dummy Backend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Examples
Javascript
Dummy Backend
Commits
42c51431
Commit
42c51431
authored
1 year ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
Rebase on push to main branch
parent
a1d070c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/rebase-on-push-to-main-branch.yaml
+17
-0
17 additions, 0 deletions
.github/workflows/rebase-on-push-to-main-branch.yaml
with
17 additions
and
0 deletions
.github/workflows/rebase-on-push-to-main-branch.yaml
0 → 100644
+
17
−
0
View file @
42c51431
---
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment