Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxmox VE no subscription
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Proxmox VE no subscription
Commits
7417dd32
Commit
7417dd32
authored
2 months ago
by
dmitriysafronov
Browse files
Options
Downloads
Patches
Plain Diff
ci: update from template
Signed-off-by:
dmitriysafronov
<
dmitriysafronov@users.noreply.github.com
>
parent
81e15569
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/push-create_tag.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/push-create_tag.yaml
.github/workflows/push-rebase.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/push-rebase.yaml
with
2 additions
and
2 deletions
.github/workflows/push-create_tag.yaml
+
1
−
1
View file @
7417dd32
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
Get Next Version
-
name
:
Get Next Version
if
:
"
${{
!
startsWith(github.event.head_commit.message,
'docs:
update
changelog
for
')
}}"
if
:
"
${{
!
startsWith(github.event.head_commit.message,
'docs:
update
changelog
for
')
}}"
id
:
semver
id
:
semver
uses
:
ietf-tools/semver-action@v1.10.
0
uses
:
ietf-tools/semver-action@v1.10.
1
with
:
with
:
token
:
${{ github.token }}
token
:
${{ github.token }}
branch
:
main
branch
:
main
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/push-rebase.yaml
+
1
−
1
View file @
7417dd32
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
"
Rebase
all
Dependabot's
pull
requests
on
every
push
to
the
main
branch"
-
name
:
"
Rebase
all
Dependabot's
pull
requests
on
every
push
to
the
main
branch"
uses
:
bbeesley/gha-auto-dependabot-rebase@v1.5.11
4
uses
:
bbeesley/gha-auto-dependabot-rebase@v1.5.11
7
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.PAT }}
GITHUB_TOKEN
:
${{ secrets.PAT }}
-
name
:
"
Rebase
all
users'
pull
requests
on
release
push
to
the
main
branch"
-
name
:
"
Rebase
all
users'
pull
requests
on
release
push
to
the
main
branch"
...
...
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