Skip to content

Commit

Permalink
Update create_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 23, 2024
1 parent 6a85e00 commit 2294406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
permissions:
issues: write
steps:
- run: gh label create "$NAME" -c $COLOR -d "$DESCRIPTION" -R datacite/product-suggestions-triage --force
- run: gh label create "$NAME" -c $COLOR -d "$DESCRIPTION" -R $DEST_REPO --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
NAME: ${{ github.event.label.name }}
COLOR: ${{ github.event.label.color }}
DESCRIPTION: ${{ github.event.label.description }}
DEST_REPO: ${{ vars.DEST_REPO }}

0 comments on commit 2294406

Please sign in to comment.