diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c729a852..9e9c5997 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: "\U0001F41B Bug Report" description: File a bug report title: '[Bug]: ' -labels: ['Bug'] +labels: [] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index aa7ac521..9ca31c44 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -1,7 +1,7 @@ name: "\U0001F4DD Documentation Issue" description: Report an issue with the documentation. title: '[Docs]: ' -labels: ['Docs'] +labels: [] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 1c95177d..edd96eb6 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8da046cd..00166af6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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] @@ -19,5 +18,4 @@ updates: schedule: interval: monthly labels: - - 'Dependencies' - - 'For Uncommitted Issue' + - 'pr: dependencies'