Skip to content

Commit

Permalink
Add GHA to create issues for new TODOs (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdalpra authored Aug 17, 2024
1 parent c0ea5c7 commit 3680378
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/todos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Run TODO to Issue"
on: [ "push" ]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
with:
CLOSE_ISSUES: true
3 changes: 2 additions & 1 deletion home/modules/media/audio.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{ pkgs, config, ... }:

{
# TODO: package in wav-converter instead of pulling ffmpeg
home.packages = with pkgs; [
android-file-transfer
asunder
pavucontrol
quodlibet
ffmpeg # TODO: package in wav-converter instead
ffmpeg
];

# Manage asunder configuration
Expand Down
1 change: 0 additions & 1 deletion home/modules/wm/xmonad-config/lib/Workspaces.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ perso =
}


-- TODO fix terminal setup
nix :: Workspace
nix =
Workspace
Expand Down

0 comments on commit 3680378

Please sign in to comment.