add test functions in the test_utils.py and some test data #702
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Changelog updated? | |
on: | |
pull_request: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
- synchronize | |
branches: | |
- main | |
- develop | |
jobs: | |
call-changelog-check-workflow: | |
# Docs: https://github.com/ASFHyP3/actions | |
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.9.0 | |
secrets: | |
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} |