Skip to content

Commit

Permalink
Merge pull request #193 from lsst-ts/tickets/LOVE-200
Browse files Browse the repository at this point in the history
Add changelog checker github action
  • Loading branch information
sebastian-aranda authored Jun 13, 2023
2 parents b19bfab + e06d5dc commit 6ac5ca8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ChangelogUpdated
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- develop
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.rst
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Version History
v5.12.0
--------

* Add changelog checker github action `<https://github.com/lsst-ts/LOVE-manager/pull/193>`_
* Fix file handling on RemoteStorage class `<https://github.com/lsst-ts/LOVE-manager/pull/192>`_
* Hotfix/v5.11.0 `<https://github.com/lsst-ts/LOVE-manager/pull/191>`_
* Bump cryptography from 39.0.1 to 41.0.0 in /manager `<https://github.com/lsst-ts/LOVE-manager/pull/187>`_
* ScriptQueue Upgrade implementation `<https://github.com/lsst-ts/LOVE-manager/pull/186>`_

v5.11.2
Expand Down

0 comments on commit 6ac5ca8

Please sign in to comment.