We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98460bb commit 497e2dbCopy full SHA for 497e2db
1 file changed
.github/workflows/issue_labeling.yaml
@@ -13,13 +13,13 @@ jobs:
13
issues: write
14
15
steps:
16
- # Add the "t-tooling" label to all new issues
+ # Add the "t-dx" label to all new issues
17
- uses: actions/github-script@v8
18
with:
19
script: |
20
github.rest.issues.addLabels({
21
issue_number: context.issue.number,
22
owner: context.repo.owner,
23
repo: context.repo.repo,
24
- labels: ["t-tooling"]
+ labels: ["t-dx"]
25
})
0 commit comments