DeprecationWarning regarding JSON Schema insecure remote reference retrival #57889
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 `orange` 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: orange |