diff --git a/.github/workflows/create_label.yml b/.github/workflows/create_label.yml index efd8930..efa0a18 100644 --- a/.github/workflows/create_label.yml +++ b/.github/workflows/create_label.yml @@ -8,7 +8,7 @@ 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 datacite/product-suggestions-triage --force env: GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_REPO: ${{ github.repository }}