You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please tell us what OS the workflow [`runs-on`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on).
29
-
If you are using an additional [`container`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer),
30
-
then please also include that information here.
31
-
placeholder: |-
32
-
runs-on: ubuntu-latest
33
-
container: node:18
34
-
render: yml
27
+
attributes:
28
+
label: What OS does your workflow use?
29
+
description: >-
30
+
Please tell us what OS the workflow [`runs-on`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on).
31
+
If you are using an additional [`container`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer),
32
+
then please also include that information here.
33
+
placeholder: |-
34
+
runs-on: ubuntu-latest
35
+
container: node:18
36
+
render: yml
35
37
36
38
- type: textarea
37
-
label: How is cpp-linter-action configured?
38
-
description: >-
39
-
Please copy and paste the version and inputs used to run cpp-linter-action.
40
-
placeholder: |-
41
-
- uses: cpp-linter/cpp-linter-action@v2
42
-
id: linter
43
-
env:
44
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
-
with:
46
-
style: 'file'
47
-
tidy-checks: ''
48
-
render: yml
39
+
attributes:
40
+
label: How is cpp-linter-action configured?
41
+
description: >-
42
+
Please copy and paste the version and inputs used to run cpp-linter-action.
43
+
placeholder: |-
44
+
- uses: cpp-linter/cpp-linter-action@v2
45
+
id: linter
46
+
env:
47
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+
with:
49
+
style: 'file'
50
+
tidy-checks: ''
51
+
render: yml
49
52
50
-
- type: markdown
51
-
label: What was the unexpected behavior?
52
-
description: |-
53
-
Use this area to describe what behavior you expected and what behavior you observed.
54
-
Please be clear and concise as possible. Use screenshots if that would help. Most users
55
-
use this to paste the workflow logs.
56
-
placeholder: You can use markdown syntax here
53
+
- type: textarea
54
+
attributes:
55
+
label: What was the unexpected behavior?
56
+
description: |-
57
+
Use this area to describe what behavior you expected and what behavior you observed.
58
+
Please be clear and concise as possible. Use screenshots if that would help. Most users
0 commit comments