Skip to content

remove debug step; add dummy file to test #812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN

### Staging Links
<!-- start insert-links --><!-- end insert-links -->
<!-- start insert-links -->

<!-- end insert-links -->

### Reminder Checklist

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/add-netlify-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<!-- start insert-links -->.*?<!-- end insert-links -->"
content: ${{ needs.get-pr-changes.outputs.staging_links }}
token: ${{ secrets.GITHUB_TOKEN }}
regex: "<!-- start insert-links -->.*<!-- end insert-links -->"
appendContentOnMatchOnly: true
regexFlags: is
content: "<!-- start insert-links -->\n${{ needs.get-pr-changes.outputs.staging_links }}\n<!-- end insert-links -->"
token: ${{ secrets.GITHUB_TOKEN }}
Empty file added source/newlink1.txt
Empty file.
Empty file added source/newlink2.txt
Empty file.
Empty file added source/newlink3.txt
Empty file.
Empty file added source/newlink4.txt
Empty file.
Empty file added source/newlink5.txt
Empty file.
Loading