fix: gh dependabot is not a good script
This commit is contained in:
@@ -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] }'
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user