mirror of
https://github.com/go-task/task.git
synced 2026-07-02 17:08:45 +00:00
chore: update label names in workflows (#1195)
This commit is contained in:
4
.github/workflows/issue-closed.yml
vendored
4
.github/workflows/issue-closed.yml
vendored
@@ -19,11 +19,11 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
}
|
||||
)
|
||||
if (labels.find(label => label.name === 'needs triage')) {
|
||||
if (labels.find(label => label.name === 'state: needs triage')) {
|
||||
github.rest.issues.removeLabel({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
issue_number: context.issue.number,
|
||||
name: 'needs triage'
|
||||
name: 'state: needs triage'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user