Add ability to add a label when creating a new bug

Labels: lifecycle/rotten

Timeline

Alan Young (harleypig) opened

It would be really useful to have the option to add labels directly when creating a bug, particularly when I'm importing a bunch of tasks or projects manually from a todo list.

Also, when I'm in the middle of something and notice an issue that needs fixing but I'm not able to address it immediately, remembering to go back and add a label can be a bit disruptive to my workflow.

Adding a --label switch to the add command, and maybe a #Label: prefix in the file format for the -F switch would be helpful.

Alan Young (harleypig) commented

I tossed together a bash script to do this. It's rough ... I just used chatgpt and massaged it a little. I can't do this everywhere I use git bug, so it's not a global solution.

github-actions (github-actions) commented

This bot triages untriaged issues and PRs according to the following rules:

  • After 90 days of inactivity, the lifecycle/stale label is applied
  • After 30 days of inactivity since lifecycle/stale was applied, the issue is closed

To remove the stale status, you can:

  • Remove the lifecycle/stale label
  • Comment on this issue

github-actions (github-actions) added label lifecycle/stale

github-actions (github-actions) commented

This bot triages issues in order to help the maintainers identify what needs attention, according to the following lifecycle rules:

  • After 90 days of inactivity, lifecycle/stale is applied
  • After 90 days of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied

This bot will not automatically close stale issues.

To remove the stale status, you can:

  • Remove the stale label from this issue
  • Comment on this issue
  • Close this issue
  • Offer to help out with triaging

To avoid automatic lifecycle management of this issue, add lifecycle/frozen.

github-actions (github-actions) added label lifecycle/rotten

github-actions (github-actions) removed label lifecycle/stale

sudoforge removed label lifecycle/dormant