1

fix: gh dependabot is not a good script

This commit is contained in:
Himadri Bhattacharjee
2025-11-05 19:24:06 +05:30
parent 7362db58d4
commit a2e1bc4f06
2 changed files with 0 additions and 12 deletions

View File

@@ -1,2 +0,0 @@
#!/usr/bin/env sh
gh api notifications | jq '.[] | select(.reason == "subscribed" and .subject.type == "PullRequest") | {title: .subject.title, repository: .repository.full_name, pr: .subject.url | split("/")[-1] }'

View File

@@ -28,16 +28,6 @@
'';
})
(pkgs.stdenv.mkDerivation rec {
name = "gh-dependabot";
pname = name;
src = ./gh-extensions;
installPhase = ''
mkdir -p $out/bin
cp $src/${name}.sh $out/bin/${name}
chmod +x $out/bin/${name}
'';
})
];
};
git = {