Skip to content

Commit

Permalink
Merge pull request #406 from NeurodataWithoutBorders/add_changelog_re…
Browse files Browse the repository at this point in the history
…minder

add changelog reminder
  • Loading branch information
CodyCBakerPhD authored Sep 27, 2023
2 parents c731513 + 643a914 commit 865c14b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,20 @@ jobs:
uses: styfle/[email protected]

assess-file-changes:
uses: neurodatawithoutborders/nwbinspector/.github/workflows/assess-file-changes.yml@dev
uses: catalystneuro/neuroconv/.github/workflows/assess-file-changes.yml@main

detect-changelog-updates:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
name: Auto-detecting CHANGELOG.md updates
runs-on: ubuntu-latest
steps:
- if: ${{ needs.assess-file-changes.outputs.CHANGELOG_UPDATED == 'true' }}
run: echo "CHANGELOG.md has been updated."
- if: ${{ needs.assess-file-changes.outputs.CHANGELOG_UPDATED == 'false' }}
run: |
echo "CHANGELOG.md has not been updated."
0
run-doc-link-checks:
uses: neurodatawithoutborders/nwbinspector/.github/workflows/doc-link-checks.yml@dev
Expand Down

0 comments on commit 865c14b

Please sign in to comment.