Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "needs more info" label with "needs-author-action" #63899

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
eiriktsarpalis marked this conversation as resolved.
Show resolved Hide resolved
"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 @@ -6686,7 +6686,7 @@
{
"name": "labelAdded",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand Down Expand Up @@ -7257,7 +7257,7 @@
{
"name": "labelAdded",
"parameters": {
"label": "needs more info"
"label": "needs-author-action"
}
},
{
Expand Down