Skip to content

Commit 9afa44e

Browse files
MelvinKljoaopalet
andauthored
Update .github/workflows/dependency-checker.yaml
Co-authored-by: João Palet <joao.palet@outlook.com>
1 parent 6354489 commit 9afa44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git commit -m "chore: dependency update for ${dirpath}"
4040
done
4141
42-
# Check if a PR already exists for the package
42+
# Check if a PR already exists for dependency updates
4343
if gh pr list --state open | grep -q "${pr_name}"; then
4444
echo "Pr for $dirpath already exists. Deleting old PR."
4545
pr_number=$(gh pr list --state open --json number --search "$pr_name" -q '.[0].number')

0 commit comments

Comments
 (0)