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 1e4fc86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 81 deletions.
7 changes: 5 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,12 @@ body:
id: mpv-version
attributes:
label: MPV version
description: Output of `mpv --version`
validations: {required: false}
- type: input
id: lua-version
attributes:
label: Lua version
description: >-
Output of `ldd "$(which mpv)" | grep lua` on Linux or macOS
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 1e4fc86

Please sign in to comment.