Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-node-exporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container 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
hdacloud
ansible-node-exporter
Commits
779cbdfd
Unverified
Commit
779cbdfd
authored
4 years ago
by
paulfantom
Browse files
Options
Downloads
Patches
Plain Diff
.github: move repo labels management to probot/settings
parent
198aaee5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/labels.yml
+0
-46
0 additions, 46 deletions
.github/labels.yml
.github/workflows/labels.yml
+0
-17
0 additions, 17 deletions
.github/workflows/labels.yml
with
0 additions
and
63 deletions
.github/labels.yml
deleted
100644 → 0
+
0
−
46
View file @
198aaee5
---
# Default GitHub labels
-
color
:
d73a4a
name
:
bug
description
:
Something isn't working
-
color
:
cfd3d7
name
:
duplicate
description
:
This issue or pull request already exists
-
color
:
a2eeef
name
:
enhancement
description
:
New feature or request
-
color
:
7057ff
name
:
good first issue
description
:
Good for newcomers
-
color
:
008672
name
:
help wanted
description
:
Extra attention is needed
-
color
:
e4e669
name
:
invalid
description
:
This doesn't seem right
-
color
:
d876e3
name
:
question
description
:
Further information is requested
-
color
:
ffffff
name
:
wontfix
description
:
This will not be worked on
# Labels specific to cloudalchemy
-
color
:
0366d6
name
:
area/docs
description
:
Improvements or additions to documentation
-
color
:
0366d6
name
:
area/tests
description
:
Everything related to molecule tests and linters
-
color
:
0366d6
name
:
area/automation
description
:
Bots, bots everywhere
-
color
:
0366d6
name
:
area/vars
description
:
Ansible variables used in role
-
color
:
0366d6
name
:
area/tasks
description
:
Logic behind ansible role
-
color
:
0366d6
name
:
area/jinja
description
:
Templates
This diff is collapsed.
Click to expand it.
.github/workflows/labels.yml
deleted
100644 → 0
+
0
−
17
View file @
198aaee5
---
name
:
Sync labels in the declarative way
on
:
push
:
branches
:
-
master
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@1.0.0
-
uses
:
micnncim/action-label-syncer@v0.3.1
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY
:
${{ github.repository }}
with
:
manifest
:
.github/labels.yml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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