Skip to content

Commit

Permalink
Align labels with GitHub labels
Browse files Browse the repository at this point in the history
  • Loading branch information
minimalsm committed Oct 5, 2021
1 parent b412156 commit 6e800de
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ""
labels: "Type: Bug"
labels: "bug :bug:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ""
labels: "Type: Feature"
labels: "feature :sparkles:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Suggest a dapp
about: Suggest a new dapp to list on ethereum.org
title: ""
labels: "Type: Feature, Type: Content"
labels: "feature :sparkles:, content :fountain_pen:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_dev_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Suggest a developer tool
about: Anything a developer can use when building with Ethereum
title: ""
labels: "Type: Feature, Type: Content"
labels: "feature :sparkles:, content :fountain_pen:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Suggest an exchange
about: Suggest a new exchange to list on ethereum.org
title: ""
labels: "Type: Feature, Type: Content"
labels: "feature :sparkles:, content :fountain_pen:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_glossary_term.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Suggest a glossary term
about: Suggest a new ethereum.org glossary term
title: ""
labels: "Type: Feature, Type: Content"
labels: "feature :sparkles:, content :fountain_pen:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Suggest a tutorial
about: Suggest a tutorial to our developers platform
title: ""
labels: "Type: Feature, Type: Content"
labels: "feature :sparkles:, content :fountain_pen:"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Suggest a wallet
about: Suggest a new wallet to list on ethereum.org
title: ""
labels: "Type: Feature, Type: Content"
labels: "feature :sparkles:, content :fountain_pen:"
assignees: ""
---

Expand Down
14 changes: 7 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
"Status: Review Needed":
"review needed :eyes:":
- src/**/*

"Type: Documentation":
"documentation :book:":
- README.md

"Type: Tooling":
"tooling :wrench:":
- .github/**/*
- src/scripts/*
- netlify.toml

"Type: Dependencies":
"dependencies :package:":
- package.json
- yarn.lock

"Type: Internal":
"internal :house:":
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- .all-contributorsrc

"Type: Translation":
"translation :earth_africa:":
- src/content/translations/**/*
- src/intl/*
- src/utils/translations.js

"Type: Content":
"content :fountain_pen:":
- src/pages/*
- src/pages-conditional/*
- src/content/**/*
16 changes: 8 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION
categories:
- title: ":rocket: Enhancement"
label: "Type: Feature"
label: "feature :sparkles:"

- title: ":globe_with_meridians: Translations"
label: "Type: Translation"
label: "translation :earth_africa:"

- title: ":bug: Bug Fix"
label: "Type: Bug"
label: "bug :bug:"

- title: ":memo: Documentation"
label: "Type: Documentation"
label: "documentation :book:"

- title: ":nail_care: Refactor"
label: "Type: Refactor"
label: "refactor :recycle:"

- title: ":house: Internal"
label: "Type: Internal"
label: "internal :house:"

- title: ":wrench: Tooling"
label: "Type: Tooling"
label: "tooling :wrench:"

- title: ":package: Dependencies"
label: "Type: Dependencies"
label: "dependencies :package:"

change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
no-changes-template: "- No changes"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['Status: Abandoned']
labels: ['abandoned']
})

0 comments on commit 6e800de

Please sign in to comment.