sketch out what a S1 burst workflow could look like for autoRIFT #6001
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: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
secrets: | |
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} |