Skip to content

Commit 74921aa

Browse files
committed
update text
1 parent 82a0b1f commit 74921aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-milestone-badge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
--jq '[.[] | select(.state == "open" and .due_on != null)] | sort_by(.due_on) | .[0].title // empty')
3333
3434
if [ -z "$TITLE" ]; then
35-
URL="https://img.shields.io/badge/Roadmap-No%20milestone-lightgrey"
35+
URL="https://img.shields.io/badge/Next%20Milestone-No%20milestone-lightgrey"
3636
else
3737
# URL-encode the title using jq, then escape dashes for shields.io
3838
ENCODED=$(echo -n "$TITLE" | jq -sRr @uri | sed 's/-/--/g')
39-
URL="https://img.shields.io/badge/Roadmap-${ENCODED}-blue"
39+
URL="https://img.shields.io/badge/Next%20Milestone-${ENCODED}-blue"
4040
fi
4141
4242
mkdir -p milestone

0 commit comments

Comments
 (0)