Skip to content

Commit

Permalink
Update labels in GitHub files (#494)
Browse files Browse the repository at this point in the history
- Make labels empty in the issue templates
  - Our maintainer guides tells not to add labels until triage.
    (See https://stylelint.io/maintainer-guide/issues#labels)
- Replace labels for Dependabot pull requests
  • Loading branch information
ybiquitous authored Feb 8, 2024
1 parent 66376c5 commit 9c85b79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F41B Bug Report"
description: File a bug report
title: '[Bug]: '
labels: ['Bug']
labels: []
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F4DD Documentation Issue"
description: Report an issue with the documentation.
title: '[Docs]: '
labels: ['Docs']
labels: []
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F680 Feature Request"
description: Suggest a new feature for the project
title: '[Feature]: '
labels: ['Suggestion']
labels: []
body:
- type: markdown
attributes:
Expand Down
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ updates:
open-pull-requests-limit: 5
versioning-strategy: increase
labels:
- 'Dependencies'
- 'For Uncommitted Issue'
- 'pr: dependencies'
ignore:
- dependency-name: p-wait-for
update-types: [version-update:semver-major]
Expand All @@ -19,5 +18,4 @@ updates:
schedule:
interval: monthly
labels:
- 'Dependencies'
- 'For Uncommitted Issue'
- 'pr: dependencies'

0 comments on commit 9c85b79

Please sign in to comment.