Add label to closed issues that have a corresponding pull request

  1. This feature allows you to define a rule to automatically add a specific label to all closed issues that have a corresponding pull request.

Screenshot 2024-01-11 at 1.23.33 AM.png
  1. If you want neetoGit to exclude certain issues from this feature, you can set labels separated by commas in the excluding labels field and apply one of those labels to the specific issues you wish to skip.

How does neetoGit identify a corresponding pull request?

  1. When you create an issue on GitHub, a unique number(eg: 105) is automatically assigned to that issue, this number serves as an identifier for the issue.

  2. When you raise a pull request with a branch name that starts with the issue number(eg: 105), neetoGit considers that pull request as corresponding.

Related articles

Automate label assignment for closed issues

Can't find what you're looking for?