Hotfix prod: Make dcp43 default and delete project snapshot cdabcf0b (#6658, #6664) #57873
Workflow file for this run
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 |