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
491c8395
Unverified
Commit
491c8395
authored
Jun 28, 2023
by
tom goriunov
Committed by
GitHub
Jun 28, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #950 from blockscout/tom2drum/issue_945
devops: label released issues
parents
a8fcd42f
63eceaf9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
560 additions
and
0 deletions
+560
-0
label-released-issues.yml
.github/workflows/label-released-issues.yml
+289
-0
release.yml
.github/workflows/release.yml
+27
-0
update-project-cards.yml
.github/workflows/update-project-cards.yml
+244
-0
No files found.
.github/workflows/label-released-issues.yml
0 → 100644
View file @
491c8395
This diff is collapsed.
Click to expand it.
.github/workflows/release.yml
0 → 100644
View file @
491c8395
name
:
Release
on
:
release
:
types
:
[
released
]
concurrency
:
group
:
Release
cancel-in-progress
:
true
jobs
:
label_released_issues
:
name
:
Label released issues
uses
:
'
./.github/workflows/label-released-issues.yml'
secrets
:
inherit
if
:
${{ github.event.action == 'released' }}
update_project_cards
:
name
:
Update project tasks statuses
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
.github/workflows/update-project-cards.yml
0 → 100644
View file @
491c8395
This diff is collapsed.
Click to expand it.
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