Skip to content

Commit

Permalink
Replace "needs more info" label with "needs-author-action" (#63899)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis authored Jan 19, 2022
1 parent a5292a6 commit e54df94
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@
"subCapability": "IssueCommentResponder",
"version": "1.0",
"config": {
"taskName": "Replace `needs more info` label with `needs further triage` label when the author comments on an issue",
"taskName": "Replace `needs-author-action` label with `needs further triage` label when the author comments on an issue",
"conditions": {
"operator": "and",
"operands": [
Expand All @@ -1017,7 +1017,7 @@
{
"name": "hasLabel",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand All @@ -1036,7 +1036,7 @@
{
"name": "removeLabel",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
}
],
Expand Down Expand Up @@ -1575,7 +1575,7 @@
{
"name": "hasLabel",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand Down Expand Up @@ -5416,7 +5416,7 @@
{
"name": "labelAdded",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
}
]
Expand All @@ -5426,12 +5426,12 @@
"issues",
"project_card"
],
"taskName": "Needs more info notification",
"taskName": "Needs-author-action notification",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "This issue has been marked `needs more info` since it may be missing important information. Please refer to our [contribution guidelines](https://github.com/dotnet/runtime/blob/main/CONTRIBUTING.md#writing-a-good-bug-report) for tips on how to report issues effectively."
"comment": "This issue has been marked `needs-author-action` since it may be missing important information. Please refer to our [contribution guidelines](https://github.com/dotnet/runtime/blob/main/CONTRIBUTING.md#writing-a-good-bug-report) for tips on how to report issues effectively."
}
}
]
Expand Down Expand Up @@ -5951,7 +5951,7 @@
{
"name": "labelAdded",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand Down Expand Up @@ -6668,7 +6668,7 @@
{
"name": "labelAdded",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand Down Expand Up @@ -7352,7 +7352,7 @@
{
"name": "labelAdded",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand Down

0 comments on commit e54df94

Please sign in to comment.