[AnVIL Catalog] Remove 1000G text from bottom of T2T description #8438
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: Add `canary` label to new issues and PR's | |
on: [issues, pull_request_target] | |
jobs: | |
label: | |
permissions: | |
issues: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: DataBiosphere/azul-github-labeler-action@releases/v5 | |
with: | |
repo-token: "${{secrets.GITHUB_TOKEN}}" | |
label: canary |