Replies: 1 comment
-
|
moved to notion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dr. GitHub goes through all issues and find possibly duplicate issues. We let users to define some actions:
{ "duplicateIssues": { "enabled": true, // enables the feature "actions":{ "labels": { "add": ["ai-possible-dupilcate"] // adds these labels "remove": ["bug"] // remove these labels }, "status": "closed", // changes the issue status "mention": "@meness" // mentions @meness to check it out } } }Beta Was this translation helpful? Give feedback.
All reactions