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
c44947bb
Commit
c44947bb
authored
4 years ago
by
s3krit
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Auto-label new PRs according to draft status (#6361)
* add auto-label github action * Add missing 'remove-labels' line
parent
3f30f69b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/.github/workflows/auto-label-prs.yml
+20
-0
20 additions, 0 deletions
substrate/.github/workflows/auto-label-prs.yml
with
20 additions
and
0 deletions
substrate/.github/workflows/auto-label-prs.yml
0 → 100644
+
20
−
0
View file @
c44947bb
name
:
Label new PRs
on
:
pull_request
:
types
:
[
opened
,
ready_for_review
]
jobs
:
label-new-prs
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Label new drafts
uses
:
andymckay/labeler@master
if
:
github.event.pull_request.draft ==
true
with
:
add-labels
:
'
A3-inprogress'
-
name
:
Label new PRs
uses
:
andymckay/labeler@master
if
:
github.event.pull_request.draft ==
false
with
:
add-labels
:
'
A0-pleasereview'
remove-labels
:
'
A3-inprogress'
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