This feature provides you with the ability to track the current status of an issue. It allows you to determine if someone is actively working on the issue or if a pull request has been raised in relation to that particular issue.
-
Assign
working
label to issues-
When a commit is pushed to a branch that starts with the issue number, NeetoGit automatically assigns the 'working' label to the corresponding issue. This labeling indicates that someone is actively working on the issue, providing clear visibility into its progress.
-
-
Assign
pr
label to issues-
NeetoGit automatically adds the
pr
label to an issue when a corresponding pull request is created.
-
-
Remove
working
label from issues-
When an issue is closed, the 'working' label associated with that issue will automatically be removed by NeetoGit.
-