Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
dc27bd87
Commit
dc27bd87
authored
Jun 27, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release workflow
parent
51c8015c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
6 deletions
+30
-6
release.yml
.github/workflows/release.yml
+29
-0
update-project-cards.yml
.github/workflows/update-project-cards.yml
+1
-6
No files found.
.github/workflows/release.yml
0 → 100644
View file @
dc27bd87
name
:
Release
on
:
push
:
branches
:
-
tom2drum/issues_945
release
:
types
:
[
released
,
prereleased
]
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
label_released_issues
:
uses
:
'
./.github/workflows/label-released-issues.yml'
secrets
:
inherit
if
:
${{ github.event.action == 'released' }}
update_project_cards
:
needs
:
label_released_issues
uses
:
'
./.github/workflows/update-project-cards.yml'
with
:
project_name
:
Front-end tasks
field_name
:
Status
field_value
:
Released
issues
:
${{ needs.label_released_issues.outputs.issues }}
secrets
:
inherit
if
:
${{ github.event.action == 'released' }}
.github/workflows/update-project-cards.yml
View file @
dc27bd87
name
:
Update project cards for issues
name
:
Update project cards for issues
on
:
on
:
pull_request
:
#
pull_request:
workflow_dispatch
:
workflow_dispatch
:
inputs
:
inputs
:
project_name
:
project_name
:
...
@@ -21,29 +21,24 @@ on:
...
@@ -21,29 +21,24 @@ on:
type
:
string
type
:
string
issues
:
issues
:
description
:
JSON encoded list of issue numbers to be updated
description
:
JSON encoded list of issue numbers to be updated
default
:
'
[900,903,899,912]'
required
:
true
required
:
true
type
:
string
type
:
string
workflow_call
:
workflow_call
:
inputs
:
inputs
:
project_name
:
project_name
:
description
:
Name of the project
description
:
Name of the project
default
:
Front-end tasks
required
:
true
required
:
true
type
:
string
type
:
string
field_name
:
field_name
:
description
:
Field name to be updated
description
:
Field name to be updated
default
:
Status
required
:
true
required
:
true
type
:
string
type
:
string
field_value
:
field_value
:
description
:
New value of the field
description
:
New value of the field
default
:
Released
required
:
true
required
:
true
type
:
string
type
:
string
issues
:
issues
:
description
:
JSON encoded list of issue numbers to be updated
description
:
JSON encoded list of issue numbers to be updated
default
:
'
[900,903,899,912]'
required
:
true
required
:
true
type
:
string
type
:
string
...
...
Write
Preview
Markdown
is supported
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