feat: add issue template #2
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: Handle PRs | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
run_if: | |
if: startsWith(github.head_ref, 'releases/') | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "The head of this PR starts with 'releases/'" |