Skip to content

Commit 497e2db

Browse files
ci: replace t-tooling label with t-dx and add issues to DX project (#1092)
Closes #1093
1 parent 98460bb commit 497e2db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue_labeling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
issues: write
1414

1515
steps:
16-
# Add the "t-tooling" label to all new issues
16+
# Add the "t-dx" label to all new issues
1717
- uses: actions/github-script@v8
1818
with:
1919
script: |
2020
github.rest.issues.addLabels({
2121
issue_number: context.issue.number,
2222
owner: context.repo.owner,
2323
repo: context.repo.repo,
24-
labels: ["t-tooling"]
24+
labels: ["t-dx"]
2525
})

0 commit comments

Comments
 (0)