Skip to content

Commit

Permalink
Merge pull request #53 from amandarichardsonn/auto-post-pr
Browse files Browse the repository at this point in the history
Auto-post release PR to develop.

[ reviewed by @MattToast ]
[ committed by @amandarichardsonn ]
  • Loading branch information
amandarichardsonn authored Apr 26, 2024
2 parents a2d7cb2 + d01e625 commit 8c4d4b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,16 @@ jobs:
# user: __token__
password: ${{ secrets.PYPI }}
#repository_url: https://test.pypi.org/legacy/


createPullRequest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Create pull request
run: |
gh pr create -B develop -H master --title 'Merge master into develop' --body 'This PR brings develop up to date with master for release.'
env:
GH_TOKEN: ${{ github.token }}
5 changes: 4 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ Development branch

Description

- Decrease the pinned version of Pydantic (SmartDashboard-PR51_)

- Auto-post release PR to develop from master (SmartDashboard-PR53_)
- Decrease the pinned version of Pydantic (SmartDashboard-PR51_)
- Bump version to 0.0.4, exclude streamlit version 1.31.X (SmartDashboard-PR50_)
- Drop Python 3.8 support, add 3.11 support. (SmartDashboard-PR49_)
- Add Database Telemetry page. (SmartDashboard-PR38_)
- Add Github Actions workflow that checks if changelog is edited
on pull requests into develop. (SmartDashboard-PR47_)
- Add manifest file tracking. (SmartDashboard-PR46_)

.. _SmartDashboard-PR53: https://github.com/CrayLabs/SmartDashboard/pull/53
.. _SmartDashboard-PR51: https://github.com/CrayLabs/SmartDashboard/pull/51
.. _SmartDashboard-PR50: https://github.com/CrayLabs/SmartDashboard/pull/50
.. _SmartDashboard-PR49: https://github.com/CrayLabs/SmartDashboard/pull/49
Expand Down

0 comments on commit 8c4d4b7

Please sign in to comment.