chore: update label names in workflows (#1195)

This commit is contained in:
Pete Davison
2023-05-30 22:24:01 +01:00
committed by GitHub
parent e0d3e33c32
commit c0d3584626
3 changed files with 5 additions and 5 deletions

View File

@@ -24,6 +24,6 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['needs triage']
labels: ['state: needs triage']
})
}