CloudWatch alarms left triggered after _hibernate
function is used
#58335
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 |