Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
b5aecb8a
Commit
b5aecb8a
authored
4 years ago
by
Martin Pugh
Browse files
Options
Downloads
Patches
Plain Diff
update label names for check_labels job
parent
e3a258ff
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
polkadot/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
polkadot/.gitlab-ci.yml
polkadot/scripts/gitlab/check_labels.sh
+2
-2
2 additions, 2 deletions
polkadot/scripts/gitlab/check_labels.sh
with
3 additions
and
3 deletions
polkadot/.gitlab-ci.yml
+
1
−
1
View file @
b5aecb8a
...
...
@@ -285,4 +285,4 @@ check-labels:
only
:
-
/^[0-9]+$/
script
:
-
./scripts/gitlab/check_
tag
s.sh
-
./scripts/gitlab/check_
label
s.sh
This diff is collapsed.
Click to expand it.
polkadot/scripts/gitlab/check_
tag
s.sh
→
polkadot/scripts/gitlab/check_
label
s.sh
+
2
−
2
View file @
b5aecb8a
...
...
@@ -5,9 +5,9 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh
# Must have one of the following labels
labels
=(
'B0-silent'
'B1-releasenotes'
'B1-runtimenoteworthy'
'B1-silent'
'B2-runtimenoteworthy'
)
echo
"[+] Checking labels for
$CI_COMMIT_BRANCH
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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