Skip to content

Commit

Permalink
Merge branch 'alpha-test-dev' into parse_method
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 6, 2025
2 parents 0c21e86 + a51985b commit 52ae985
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Please provide a summary of the change, referencing the issue it fixes, if applicable. Include relevant context and motivation.

**Fixes # (issue number)**
Fixes # (issue number)

---

Expand Down Expand Up @@ -44,4 +44,3 @@ Ensure that:
- [ ] The submitted code is consistent with the merge checklist outlined [here](https://www.montepy.org/developing.html#merge-checklist).
- [ ] The PR covers all relevant aspects according to the development guidelines.
- [ ] 100% coverage of the patch is achieved, or justification for a variance is given.
"""
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI testing

on:
pull_request:
branches: [develop, alpha-test-dev]
push:
branches: [develop, main, alpha-test]

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/rtd_link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: add RTD links
on:
pull_request:
types: [opened, reopened, edited]
jobs:
add_rtd_link:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "montepy"

0 comments on commit 52ae985

Please sign in to comment.