Enums parsing in hparams.yaml generated #128102
Workflow file for this run
This file contains hidden or 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: Verify Issue Linking | |
| on: | |
| pull_request: | |
| branches: [master] | |
| types: [opened, edited, reopened, ready_for_review] | |
| check_run: | |
| jobs: | |
| verify_linked_issue: | |
| runs-on: ubuntu-latest | |
| name: Ensure Pull Request has a linked issue. | |
| if: github.event.pull_request.draft == false | |
| steps: | |
| - name: Verify Linked Issue | |
| uses: hattan/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |