We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cae7c commit 4133f7bCopy full SHA for 4133f7b
1 file changed
.github/workflows/check-draftlog.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event.pull_request.draft == false
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20
with:
21
fetch-depth: 0
22
@@ -58,7 +58,7 @@ jobs:
58
MISSING_LINK=""
59
while IFS= read -r f; do
60
[ -z "$f" ] && continue
61
- if ! grep -qE '\[\[#[0-9]+\]\(https://github\.com/plotly/plotly\.js/(pull|issues)/[0-9]+\)\]' "$f"; then
+ if ! grep -qE '\[\[#[0-9]+\]\(https://github\.com/plotly/plotly\.js/pull/[0-9]+\)\]' "$f"; then
62
MISSING_LINK="$MISSING_LINK$f"$'\n'
63
fi
64
done <<< "$ADDED"
0 commit comments