Skip to content

Commit 032a859

Browse files
authored
Update Automation to Label Changes (#4552)
1 parent 507d6bc commit 032a859

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug Report
22
description: Create a report to help us improve
33
title: "[BUG]"
4-
labels: ["bug :bug:"]
4+
labels: ["📋 triage"]
55

66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature Request
22
description: Suggest an idea for this project
33
title: "[FEATURE]"
4-
labels: ["enhancement"]
4+
labels: ["📋 triage"]
55

66
body:
77
- type: textarea

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: 1
44

55
labels:
6-
- label: "dependencies"
6+
- label: "⚙️ dependencies"
77
authors: ["dependabot[bot]", "pre-commit-ci[bot]"]
8-
- label: "code quality"
8+
- label: "🛠 code-quality"
99
authors: ["pre-commit-ci[bot]"]

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
days-before-stale: 3
1414
days-before-close: 2
1515
days-before-pr-stale: -1
16-
stale-issue-label: 'stale'
16+
stale-issue-label: '📋 stale'
1717
only-labels: 'question'
1818
stale-issue-message: ''
1919
close-issue-message: 'This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen or ask again in our Telegram support group at https://t.me/pythontelegrambotgroup.'

0 commit comments

Comments
 (0)