From 52f460d4f28e53660d90bfdccfd4c98d5b1ef943 Mon Sep 17 00:00:00 2001 From: abachmann Date: Tue, 25 Jun 2024 11:07:16 -0500 Subject: [PATCH] make revisions requested by @yardasol --- .github/workflows/changelog_test.yml | 6 +++--- CHANGELOG.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/changelog_test.yml b/.github/workflows/changelog_test.yml index 5564566..20e33c4 100644 --- a/.github/workflows/changelog_test.yml +++ b/.github/workflows/changelog_test.yml @@ -1,4 +1,4 @@ -name: Changelog check +name: Changelog update check on: # allows us to run workflows manually @@ -9,12 +9,12 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: - changelog_update: + check_changelog_update: runs-on: ubuntu-latest container: image: alpine:3.14 - name: Is Changelog up-to-date ? + name: Check if Changelog has been updated steps: - name: Install latest git run: | diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a98ad2..e3b0987 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,13 +13,13 @@ Since last release: * Add input parameters to `DepleteReactor` for the thermal power (instead of just using `power_cap`) and flux (required input for running OpenMC with new version) (#18) -* Add CI test for if CHANGELOG has been updated (#21) +* Add CI test to check if CHANGELOG has been updated (#21) **Changed:** * Change OpenMC dependency to v0.14.0, which includes adding parameters for using `DepleteReactor` (#18) -* Simplifiy CI build environment, using conda builds instead of +* Simplify CI build environment, using conda builds instead of building from source (#21) @@ -27,7 +27,7 @@ Since last release: * Remove `check_existing_recipes` method in `DepleteReactor` (#18) * Remove various files in repo that are no longer used for building - CI enviroment (#21) + CI environment (#21) **Fixed:**