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 c5f7fd8 commit 6bc8578Copy full SHA for 6bc8578
.github/workflows/add-redirects.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Update PR Description
114
uses: MongoCaleb/pr-description-action@4bdfe35b98f64532b419ad20b350a92546cd3aa1
115
with:
116
- regex: "- \\[ \\] Did you add redirects\\?.*"
+ regex: "- \\[( |x)\\] Did you add redirects\\?.*"
117
appendContentOnMatchOnly: false
118
regexFlags: is
119
content: "- [ ] Did you add redirects?\n ${{ steps.build-redirect-html.outputs.redirect_html }}"
0 commit comments