diff --git a/.github/workflows/update-new-issue.yaml b/.github/workflows/update-new-issue.yaml index 41a561a4..08d007a9 100644 --- a/.github/workflows/update-new-issue.yaml +++ b/.github/workflows/update-new-issue.yaml @@ -13,7 +13,7 @@ jobs: issues: write steps: - # Add the "t-dx" label to all new issues + # Add the "t-builders" label to all new issues - uses: actions/github-script@v9 with: script: | @@ -21,5 +21,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - labels: ["t-dx"] + labels: ["t-builders"] })