Duplicate GitHub issues prevention #60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm using the action with custom templates and the option to report findings as GitHub issues.
The issue is that every time my workflow runs (e.g., on push) new issues on the same findings are being created.
Is it possible to not open new issues if an issue already exists? If not, this should only be used on releaae, or what is the optimal trigger for such a workflow?
I've created a ticket that would cover this. You can track it here:
https://github.com/projectdiscovery/nuclei/issues/3429
Closing this since this feature is now available for use.
@dogancanbakir I tried using this on my repo and setting update-existing to true under github, it still seems to create a new issue for every existing issue, here is my reporting config:
@monizb, Can you create a new issue on http://github.com/projectdiscovery/nuclei ? Thanks!