Skip to content

Commit bc58b81

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 76392e1 + 08341ec commit bc58b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Update PR Description
114114
uses: MongoCaleb/pr-description-action@4bdfe35b98f64532b419ad20b350a92546cd3aa1
115115
with:
116-
regex: "- \\[ \\] Did you add redirects\\?.*"
116+
regex: "- \\[( |x)\\] Did you add redirects\\?.*"
117117
appendContentOnMatchOnly: false
118118
regexFlags: is
119119
content: "- [ ] Did you add redirects?\n ${{ steps.build-redirect-html.outputs.redirect_html }}"

0 commit comments

Comments
 (0)