|
3 | 3 | - type: markdown |
4 | 4 | attributes: |
5 | 5 | value: | |
6 | | - ### Important News for Actions users 📣 👀 |
7 | | - #### ⚠️ [Upcoming deprecation of v3 of the artifact actions](https://github.com/orgs/community/discussions/142581) - upgrade to v4 as soon as possible. |
| 6 | + 🚀 **Welcome to the Actions Category!** 🚀 |
| 7 | +
|
| 8 | + Automate, customize, and execute your software development workflows right in your repository with [GitHub Actions](https://docs.github.com/en/actions)! |
| 9 | +
|
| 10 | + **Why are you here?** |
| 11 | + - **Have a Question?** Maybe you're stuck on workflow syntax, curious about best practices, or want to know how to use a specific GitHub Actions feature. Select "Question" to get help from the community! |
| 12 | + - **Product Feedback?** Do you have ideas to improve GitHub Actions, or want to share what works (or doesn't) for you? Select "Product Feedback" to help shape the future of GitHub Actions. |
| 13 | + - **Found a Bug?** If something isn't working as expected, let us know by selecting "Bug" so we can investigate and improve the platform. |
| 14 | +
|
| 15 | + After choosing your reason, pick the topic or product area that best matches your discussion. |
| 16 | +
|
| 17 | + **Quick links:** [Actions Documentation](https://docs.github.com/en/actions), [Workflow Syntax Guide](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions), [Example Workflows](https://docs.github.com/en/actions/use-cases-and-examples), and [Security Best Practices](https://docs.github.com/en/actions/security-for-github-actions) |
| 18 | + |
| 19 | + **Recent News:** |
| 20 | + - [Latest Breaking Changes](https://github.blog/changelog/label/actions) |
| 21 | +
|
8 | 22 | - type: dropdown |
| 23 | + id: reason |
9 | 24 | attributes: |
10 | | - label: Select Topic Area |
11 | | - description: What would you like to discuss? |
| 25 | + label: Why are you starting this discussion? |
| 26 | + description: Tell us your goal! Are you asking a question, giving feedback, reporting a bug, or sharing something cool? |
12 | 27 | options: |
13 | 28 | - "Question" |
14 | 29 | - "Product Feedback" |
15 | 30 | - "Bug" |
16 | | - - "Show & Tell" |
17 | | - - "General" |
| 31 | + default: 0 |
18 | 32 | validations: |
19 | 33 | required: true |
| 34 | +- type: dropdown |
| 35 | + id: topic |
| 36 | + attributes: |
| 37 | + label: What GitHub Actions topic or product is this about? |
| 38 | + description: | |
| 39 | + Choose the single topic or product area most relevant to your discussion. Only one can be selected here. |
| 40 | + |
| 41 | + 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. |
| 42 | + |
| 43 | + This helps us get you the best answers and feedback! |
| 44 | + options: |
| 45 | + - "ARC (Actions Runner Controller)" |
| 46 | + - "Actions Runner Image" |
| 47 | + - "Actions Runner" |
| 48 | + - "Actions Checkout" |
| 49 | + - "Actions Cache" |
| 50 | + - "Workflow Deployment" |
| 51 | + - "Workflow Configuration" |
| 52 | + - "Schedule & Cron Jobs" |
| 53 | + - "Metrics & Insights" |
| 54 | + - "Misc" |
| 55 | + default: 9 |
| 56 | + validations: |
| 57 | + required: false |
20 | 58 | - type: textarea |
21 | 59 | attributes: |
22 | | - label: Body |
23 | | - description: Start your discussion! |
| 60 | + label: Discussion Details |
| 61 | + description: >- |
| 62 | + Share your question, feedback, or story! Include links, code, or screenshots for more context. Tip: Reference the docs https://docs.github.com/en/actions or relevant changelogs for details. |
24 | 63 | validations: |
25 | | - required: true |
| 64 | + required: true |
0 commit comments