Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dummy Frontend
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 Frontend
Commits
a9b2dbd3
Commit
a9b2dbd3
authored
1 month ago
by
Дмитрий Сафронов
Browse files
Options
Downloads
Patches
Plain Diff
ci: rebase dependabot prs
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
a1ddcb1d
No related branches found
No related tags found
No related merge requests found
Pipeline
#54577
passed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/push-rebase.yaml
+6
-1
6 additions, 1 deletion
.github/workflows/push-rebase.yaml
with
6 additions
and
1 deletion
.github/workflows/push-rebase.yaml
+
6
−
1
View file @
a9b2dbd3
...
...
@@ -11,7 +11,7 @@ jobs:
name
:
Push [rebase]
runs-on
:
ubuntu-latest
steps
:
-
name
:
Rebase all pull requests on push to the main branch
-
name
:
"
Rebase
all
users'
pull
requests
on
push
to
the
main
branch
"
uses
:
peter-evans/rebase@v3.1.0
with
:
base
:
main
...
...
@@ -20,3 +20,8 @@ jobs:
no-rebase
dependencies
if
:
"
${{
startsWith(github.event.head_commit.message,
'docs:
update
changelog
for
')
}}"
-
name
:
"
Rebase
all
Dependabot's
pull
requests
on
push
to
the
main
branch"
uses
:
bbeesley/gha-auto-dependabot-rebase@v1.5.92
env
:
GITHUB_TOKEN
:
${{ secrets.PAT }}
if
:
"
${{
startsWith(github.event.head_commit.message,
'docs:
update
changelog
for
')
}}"
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