Skip to content

Commit 4133f7b

Browse files
camdecosteremilykl
andauthored
Apply suggestions from code review
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent 69cae7c commit 4133f7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-draftlog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
fetch-depth: 0
2222

@@ -58,7 +58,7 @@ jobs:
5858
MISSING_LINK=""
5959
while IFS= read -r f; do
6060
[ -z "$f" ] && continue
61-
if ! grep -qE '\[\[#[0-9]+\]\(https://github\.com/plotly/plotly\.js/(pull|issues)/[0-9]+\)\]' "$f"; then
61+
if ! grep -qE '\[\[#[0-9]+\]\(https://github\.com/plotly/plotly\.js/pull/[0-9]+\)\]' "$f"; then
6262
MISSING_LINK="$MISSING_LINK$f"$'\n'
6363
fi
6464
done <<< "$ADDED"

0 commit comments

Comments
 (0)