Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/DISCUSSION_TEMPLATE/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body:
attributes:
label: What GitHub Actions topic or product is this about?
description: |
Choose the single topic or product area most relevant to your discussion. Only one can be selected here.
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)
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.
Expand All @@ -47,12 +47,12 @@ body:
- "Actions Runner"
- "Actions Checkout"
- "Actions Cache"
- "General"
- "Metrics & Insights"
- "Workflow Deployment"
- "Workflow Configuration"
- "Schedule & Cron Jobs"
- "Metrics & Insights"
- "Misc"
default: 9
default: 5
validations:
required: false
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions_labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
]
}
];
const miscLabel = 'Misc';
const miscLabel = 'General';
let title = '';
let body = '';
try {
Expand Down
Loading