Skip to content

Commit b0bc9df

Browse files
authored
Merge pull request community#181977 from community/samus-aran-patch-1
Update Misc to General
2 parents 9598953 + e5e2de3 commit b0bc9df

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/DISCUSSION_TEMPLATE/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
attributes:
3737
label: What GitHub Actions topic or product is this about?
3838
description: |
39-
Choose the single topic or product area most relevant to your discussion. Only one can be selected here.
39+
Choose the single topic or product area most relevant to your discussion - [here is a list of label descriptions to help you decide which option fits best.](https://github.com/community/community/issues/labels?q=Action)
4040
4141
If your post covers additional themes or topics, don't worry! Our team and automation will do our best to add extra labels based on the content of your discussion details.
4242
@@ -47,12 +47,12 @@ body:
4747
- "Actions Runner"
4848
- "Actions Checkout"
4949
- "Actions Cache"
50+
- "General"
51+
- "Metrics & Insights"
5052
- "Workflow Deployment"
5153
- "Workflow Configuration"
5254
- "Schedule & Cron Jobs"
53-
- "Metrics & Insights"
54-
- "Misc"
55-
default: 9
55+
default: 5
5656
validations:
5757
required: false
5858
- type: textarea

.github/workflows/actions_labeller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
]
169169
}
170170
];
171-
const miscLabel = 'Misc';
171+
const miscLabel = 'General';
172172
let title = '';
173173
let body = '';
174174
try {

0 commit comments

Comments
 (0)