Skip to content

Commit dc8a8be

Browse files
CopilotJoeRobich
andauthored
Add incomplete bug template issue responder to resourceManagement.yml
Agent-Logs-Url: https://github.com/dotnet/vscode-csharp/sessions/0df0d71a-d92f-4d5c-83b4-82e547c5bf05 Co-authored-by: JoeRobich <611219+JoeRobich@users.noreply.github.com>
1 parent db7c5ab commit dc8a8be

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/policies/resourceManagement.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,37 @@ configuration:
7676
- addLabel:
7777
label: OmniSharp
7878

79+
- description: Close issues opened with incomplete bug template information
80+
triggerOnOwnActions: false
81+
if:
82+
- payloadType: Issues
83+
- isAction:
84+
action: Opened
85+
- bodyContains:
86+
pattern: |-
87+
Type: <b>Bug</b>
88+
89+
## Issue Description ##
90+
## Steps to Reproduce ##
91+
92+
## Expected Behavior ##
93+
94+
## Actual Behavior ##
95+
96+
97+
98+
Extension version:
99+
isRegex: False
100+
- not:
101+
bodyContains:
102+
pattern: |-
103+
### C# log ###
104+
<details>
105+
isRegex: False
106+
then:
107+
- addReply:
108+
reply: If you are running into problems, please open a new issue and provide the requested information. Thanks!
109+
- closeIssue
110+
79111
onFailure:
80112
onSuccess:

0 commit comments

Comments
 (0)