Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
8a278ae8
Unverified
Commit
8a278ae8
authored
3 years ago
by
Claire Labry
1
Browse files
Options
Download
Email Patches
Plain Diff
updates for backport assistant
parent
a9f1dbef
Branches unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/backport.yml
+2
-2
.github/workflows/backport.yml
with
2 additions
and
2 deletions
+2
-2
.github/workflows/backport.yml
+
2
-
2
View file @
8a278ae8
...
...
@@ -42,6 +42,6 @@ jobs:
run
:
|
backport-assistant backport -automerge
env
:
BACKPORT_LABEL_REGEXP
:
"
backport/(?P<target>
\\
d+
\\
.
\\
d+
\\
.
\\
d
+)"
BACKPORT_TARGET_TEMPLATE
:
"
release
-
{{.target}}"
BACKPORT_LABEL_REGEXP
:
"
backport/(?P<target>
\\
d+
\\
.
\\
d+
\\
.
[+
\\
w]
+)"
BACKPORT_TARGET_TEMPLATE
:
"
release
/
{{.target}}"
GITHUB_TOKEN
:
${{ secrets.ELEVATED_GITHUB_TOKEN }}
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
304c1275
·
2 years ago
mentioned in commit
304c1275
mentioned in commit 304c1275fbc4581a2f48d0b847429cfdb6271f2b
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help