Skip to content

Commit b08d89e

Browse files
Update description in bug report (#845)
* Update description in bug report * Fix typo in blocking bug report template * Update .github/ISSUE_TEMPLATE/blocking_bug_report.yml Co-authored-by: Jens Reinecke <jens.reinecke@arm.com> * Avoid redundant runs * Reverting path negation changes --------- Co-authored-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent b7e6225 commit b08d89e

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/blocking_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
- type: textarea
1515
attributes:
1616
label: Unusable feature
17-
description: Which feature(s) of CMSIS-Toolbox becomes unusable due to this bug?
17+
description: Which feature(s) of the CMSIS Debugger extension become unusable due to this bug?
1818
validations:
1919
required: true
2020
- type: textarea

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '.github/markdownlint.json'
1111
- '.github/markdownlint.jsonc'
1212
- '.github/workflows/nightly.yml'
13+
- '.github/ISSUE_TEMPLATE/**'
1314
pull_request:
1415
branches:
1516
- main
@@ -19,6 +20,7 @@ on:
1920
- '.github/markdownlint.json'
2021
- '.github/markdownlint.jsonc'
2122
- '.github/workflows/nightly.yml'
23+
- '.github/ISSUE_TEMPLATE/**'
2224
workflow_dispatch:
2325
merge_group:
2426
release:

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '.github/markdownlint.json'
1111
- '.github/markdownlint.jsonc'
1212
- '.github/workflows/nightly.yml'
13+
- '.github/ISSUE_TEMPLATE/**'
1314
push:
1415
branches:
1516
- main
@@ -19,6 +20,7 @@ on:
1920
- '.github/markdownlint.json'
2021
- '.github/markdownlint.jsonc'
2122
- '.github/workflows/nightly.yml'
23+
- '.github/ISSUE_TEMPLATE/**'
2224

2325
permissions:
2426
contents: read

0 commit comments

Comments
 (0)