Skip to content

Commit 690593d

Browse files
committed
update pr number check
1 parent 565c8f8 commit 690593d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
set -eux
8282
python -m jupyter_releaser.actions.generate-changelog
8383
cat CHANGELOG_ENTRY.md
84-
# Check for version entry in between the two versions and one outside
85-
cat CHANGELOG_ENTRY.md | grep -q "#95"
84+
# Check for version entry contents
85+
cat CHANGELOG_ENTRY.md | grep -q "#234"
8686
cat CHANGELOG_ENTRY.md | grep -q "compare/${RH_SINCE}...${RH_UNTIL}"
8787
# make sure it works with different settings
8888
export RH_SINCE=

0 commit comments

Comments
 (0)