Breaking change in v11.1 onwards for rendering my TD graph containing subgraphs #2361
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: Apply triage label to new issue | |
on: | |
issues: | |
types: [opened] | |
permissions: # added using https://github.com/step-security/secure-repo | |
contents: read | |
jobs: | |
triage: | |
permissions: | |
issues: write # for andymckay/labeler to label issues | |
pull-requests: write # for andymckay/labeler to label PRs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # 1.0.4 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
add-labels: 'Status: Triage' |