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
小 白蛋
Openyurt
Commits
895918a8
Commit
895918a8
authored
3 years ago
by
rambohe-ch
Browse files
Options
Download
Email Patches
Plain Diff
add back port for github actions
parent
b76197ab
master
backport-1028-to-release-v1.0
pool-coordinator-dev
release-1.0
release-v0.7
release-v1.0
release-v1.1
v1.1.0
v1.0.1
v1.0.0
v1.0.0-rc1
v0.7.1
v0.7.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/back-port.yaml
+22
-0
.github/workflows/back-port.yaml
with
22 additions
and
0 deletions
+22
-0
.github/workflows/back-port.yaml
0 → 100644
+
22
-
0
View file @
895918a8
name
:
Backport
on
:
pull_request_target
:
types
:
-
closed
jobs
:
# align with kubevela's choice https://github.com/oam-dev/kubevela/blob/master/.github/workflows/back-port.yaml
open-pr
:
runs-on
:
ubuntu-20.04
if
:
github.event.pull_request.merged
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
name
:
Open Backport PR
uses
:
zeebe-io/backport-action@v0.0.6
with
:
github_token
:
${{ secrets.GITHUB_TOKEN }}
github_workspace
:
${{ github.workspace }}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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