Make Bug Report issue template use separate required fields for specs… #358
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: validate-internal | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
build: | |
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name | |
uses: ./.github/workflows/validate.yml | |
secrets: inherit |