We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6354489 commit 9afa44eCopy full SHA for 9afa44e
.github/workflows/dependency-checker.yaml
@@ -39,7 +39,7 @@ jobs:
39
git commit -m "chore: dependency update for ${dirpath}"
40
done
41
42
- # Check if a PR already exists for the package
+ # Check if a PR already exists for dependency updates
43
if gh pr list --state open | grep -q "${pr_name}"; then
44
echo "Pr for $dirpath already exists. Deleting old PR."
45
pr_number=$(gh pr list --state open --json number --search "$pr_name" -q '.[0].number')
0 commit comments