Skip to content

Commit 0776702

Browse files
committed
edits
1 parent c299765 commit 0776702

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ JIRA - <https://jira.mongodb.org/browse/DOCSP-NNNNN>
1515
- [ ] Did you run a grammar-check?
1616
- [ ] Are all the links working?
1717
- [ ] Are the [facets and meta keywords](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) accurate?
18-
- [ ] Are the page titles greater than 20 characters long and [SEO relevant](https://docs.google.com/spreadsheets/d/1Wkt0-5z04KmcMNscN5bjUKnzwWAtMq9VESp-Lz6r2o8/edit?usp=sharing)?
19-
- [ ] Did you add redirects?
18+
- [ ] Are the page titles greater than 20 characters long and [SEO relevant](https://docs.google.com/spreadsheets/d/1Wkt0-5z04KmcMNscN5bjUKnzwWAtMq9VESp-Lz6r2o8/edit?usp=sharing)?

.github/workflows/add-redirects.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
uses: MongoCaleb/pr-description-action@master
5959
with:
6060
regex: "- \\[ \\] Did you add redirects\\?.*"
61-
appendContentOnMatchOnly: true
6261
regexFlags: is
6362
content: "- [ ] Did you add redirects?\n *Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):*\n${{ steps.renamed-files.outputs.redirects }}${{ steps.deleted-files.outputs.redirects }}\n"
6463
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)