Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update labels #178

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "kind/dependencies"
- "bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
versioning-strategy: "increase"
allow:
- dependency-type: "production"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "kind/dependencies"
- "bot"
121 changes: 60 additions & 61 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,85 +1,84 @@
## more info https://github.com/crazy-max/ghaction-github-labeler
- # automerge
name: ":bell: automerge"
color: "8f4fbc"
description: ""
- # bot
name: ":robot: bot"
-
name: "bot"
color: "69cde9"
description: ""
- # bug
name: ":bug: bug"
from_name: ":robot: bot"
-
name: "good first issue"
color: "7057ff"
description: ""
from_name: ":hatching_chick: good first issue"
-
name: "help wanted"
color: "4caf50"
description: ""
from_name: ":pray: help wanted"
-
name: "area/ci"
color: "ed9ca9"
description: ""
-
name: "kind/bug"
color: "b60205"
description: ""
- # dependencies
name: ":game_die: dependencies"
from_name: ":bug: bug"
-
name: "kind/dependencies"
color: "0366d6"
description: ""
- # documentation
name: ":memo: documentation"
from_name: ":game_die: dependencies"
-
name: "kind/docs"
color: "c5def5"
description: ""
- # duplicate
name: ":busts_in_silhouette: duplicate"
from_name: ":memo: documentation"
-
name: "kind/duplicate"
color: "cccccc"
description: ""
- # enhancement
name: ":sparkles: enhancement"
from_name: ":busts_in_silhouette: duplicate"
-
name: "kind/enhancement"
color: "0054ca"
description: ""
- # feature request
name: ":bulb: feature request"
color: "0e8a16"
description: ""
- # feedback
name: ":mega: feedback"
color: "03a9f4"
description: ""
- # future maybe
name: ":rocket: future maybe"
color: "fef2c0"
from_name: ":sparkles: enhancement"
-
name: "kind/invalid"
color: "e6e6e6"
description: ""
- # good first issue
name: ":hatching_chick: good first issue"
color: "7057ff"
from_name: ":no_entry_sign: invalid"
-
name: "kind/upstream"
color: "fbca04"
description: ""
- # help wanted
name: ":pray: help wanted"
color: "4caf50"
from_name: ":eyes: upstream"
-
name: "kind/wontfix"
color: "ffffff"
description: ""
- # invalid
name: ":no_entry_sign: invalid"
color: "e6e6e6"
from_name: ":coffin: wontfix"
-
name: "status/automerge"
color: "8f4fbc"
description: ""
- # investigate
name: ":mag: investigate"
from_name: ":bell: automerge"
-
name: "status/needs-investigation"
color: "e6625b"
description: ""
- # needs more info
name: ":thinking: needs more info"
from_name: ":mag: investigate"
-
name: "status/needs-more-info"
color: "795548"
description: ""
- # pinned
name: ":pushpin: pinned"
color: "28008e"
description: ""
- # question
name: ":question: question"
color: "3f51b5"
description: ""
- # sponsor
name: ":sparkling_heart: sponsor"
color: "fedbf0"
description: ""
- # stale
name: ":skull: stale"
from_name: ":thinking: needs more info"
-
name: "status/stale"
color: "237da0"
description: ""
- # upstream
name: ":eyes: upstream"
color: "fbca04"
description: ""
- # wontfix
name: ":coffin: wontfix"
color: "ffffff"
from_name: ":skull: stale"
-
name: "status/triage"
color: "dde4b7"
description: ""
6 changes: 6 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
pull_request:
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'

jobs:
labeler:
Expand All @@ -22,3 +26,5 @@ jobs:
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4
with:
dry-run: ${{ github.event_name == 'pull_request' }}