Skip to content

Commit

Permalink
ci: drop project workflow
Browse files Browse the repository at this point in the history
GitHub is killing the good projects
  • Loading branch information
ObserverOfTime committed Jul 3, 2024
1 parent 881b043 commit f516f4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 81 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ body:
- type: dropdown
id: scripts
attributes:
label: Script(s)
multiple: true
label: Script
multiple: false
options:
- "`clipshot.lua`"
- "`discord.lua`"
Expand Down Expand Up @@ -50,9 +50,13 @@ body:
id: mpv-version
attributes:
label: MPV version
description: "`mpv --version`"
validations: {required: false}
- type: input
id: lua-version
attributes:
label: Lua version
description: |-
Linux/macOS: `ldd "$(which mpv)" | grep lua`
<br>Windows: Figure it out ¯\\_(ツ)\_/¯
validations: {required: false}
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ body:
- type: dropdown
id: scripts
attributes:
label: Script(s)
multiple: true
label: Script
multiple: false
options:
- "`clipshot.lua`"
- "`discord.lua`"
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/issues.yml

This file was deleted.

0 comments on commit f516f4e

Please sign in to comment.