436 feature complete type checks on token transactions #486
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: VerifyIssue | |
on: | |
pull_request: | |
types: [edited, synchronize, opened, reopened] | |
check_run: | |
jobs: | |
verify_linked_issue: | |
runs-on: ubuntu-latest | |
name: Ensure Pull Request has a linked issue. | |
steps: | |
- name: Verify Linked Issue | |
uses: hattan/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |