Skip to content

Commit 8e6d4b2

Browse files
authored
ci: add a label description (#54)
1 parent 53dcd74 commit 8e6d4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if command -v gh >/dev/null ; then
3535
# - --jq='.[] | select(.name=="...")' does not indicate if there was no
3636
# result ('...|jq -e' would, but that would require jq to be installed)
3737
if ! gh label list --search="dep" --json='name' --jq='.[]["name"]'|grep -q "^dependencies$" ; then
38-
gh label create dependencies --color="#0366d6"
38+
gh label create dependencies --color="#0366d6" --description="update dependency files (pdm.lock & requirements*.txt)"
3939
fi
4040
gh pr create --assignee="@me" --base=master --head=$branch_name --fill --label="dependencies"
4141
else

0 commit comments

Comments
 (0)