diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 910c2b2e7..2cd8eaaf6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,9 @@ Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN ### Staging Links - + + + ### Reminder Checklist diff --git a/.github/workflows/add-netlify-links.yml b/.github/workflows/add-netlify-links.yml index 103e9e794..970872596 100644 --- a/.github/workflows/add-netlify-links.yml +++ b/.github/workflows/add-netlify-links.yml @@ -58,8 +58,10 @@ jobs: run: | echo "${{ needs.get-pr-changes.outputs.staging_links }}" - name: Update PR Description - uses: nefrob/pr-description@v1.1.2 + uses: MongoCaleb/pr-description-action@master with: - regex: ".*?" - content: ${{ needs.get-pr-changes.outputs.staging_links }} - token: ${{ secrets.GITHUB_TOKEN }} + regex: ".*" + appendContentOnMatchOnly: true + regexFlags: is + content: "\n${{ needs.get-pr-changes.outputs.staging_links }}\n" + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/source/newlink1.txt b/source/newlink1.txt new file mode 100644 index 000000000..e69de29bb diff --git a/source/newlink2.txt b/source/newlink2.txt new file mode 100644 index 000000000..e69de29bb diff --git a/source/newlink3.txt b/source/newlink3.txt new file mode 100644 index 000000000..e69de29bb diff --git a/source/newlink4.txt b/source/newlink4.txt new file mode 100644 index 000000000..e69de29bb diff --git a/source/newlink5.txt b/source/newlink5.txt new file mode 100644 index 000000000..e69de29bb