Skip to content

Commit 9c4b567

Browse files
committed
Remove version specificiers from bug_report and docs.yml
I forgot to do it last time. Oops
1 parent ac8832a commit 9c4b567

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ body:
1111
- Read the `README.md`
1212
- Ask on [Discord](https://discord.gg/8UcP9QB5AV)
1313
- Ask on [GitHub Discussions](https://github.com/agnyz/bedstack/discussions)
14-
15-
- type: input
16-
id: version
17-
attributes:
18-
label: Version
19-
validations:
20-
required: true
2114
- type: textarea
2215
id: bug-description
2316
attributes:

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches: [main]
88
paths:
99
- "docs/**"
10-
- "package.json" # for versioning
1110

1211
# leave empty, we just want the button
1312
workflow_dispatch:

0 commit comments

Comments
 (0)