Skip to content

Commit

Permalink
Move priority/backlog to global label definition
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Bista <anishbista053@gmail.com>
  • Loading branch information
anishbista60 committed Sep 19, 2024
1 parent 56e48d9 commit 61cd87b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ larger set of contributors to apply/remove them.
| <a id="lifecycle/rotten" href="#lifecycle/rotten">`lifecycle/rotten`</a> | Denotes an issue or PR that has aged beyond stale and will be auto-closed.| prow | [lifecycle](https://prow.ci.kubevirt.io/command-help#lifecycle) |
| <a id="lifecycle/stale" href="#lifecycle/stale">`lifecycle/stale`</a> | Denotes an issue or PR has remained open with no activity and has become stale.| prow | [lifecycle](https://prow.ci.kubevirt.io/command-help#lifecycle) |
| <a id="priority/critical-urgent" href="#priority/critical-urgent">`priority/critical-urgent`</a> | Categorizes an issue or pull request as critical and of urgent priority.| anyone | [label](https://prow.ci.kubevirt.io/command-help#label) |
| <a id="priority/backlog" href="#priority/backlog">`priority/backlog`</a> | Indicate that the issue or PR is a lower priority and can be worked on in the future | | [label](https://prow.ci.kubevirt.io/command-help#label) |
| <a id="sig/api" href="#sig/api">`sig/api`</a> | Denotes an issue or PR that relates to changes in api.| anyone | [label](https://prow.ci.kubevirt.io/command-help#label) |
| <a id="sig/buildsystem" href="#sig/buildsystem">`sig/buildsystem`</a> | Denotes an issue or PR that relates to changes in the build system.| anyone | [label](https://prow.ci.kubevirt.io/command-help#label) |
| <a id="sig/ci" href="#sig/ci">`sig/ci`</a> | Denotes an issue or PR as being related to sig-ci, marks changes to the CI system.| anyone | [label](https://prow.ci.kubevirt.io/command-help#label) |
Expand Down Expand Up @@ -141,7 +142,6 @@ larger set of contributors to apply/remove them.
| <a id="for/developers" href="#for/developers">`for/developers`</a> | | | |
| <a id="for/users" href="#for/users">`for/users`</a> | | | |
| <a id="needs/documentation" href="#needs/documentation">`needs/documentation`</a> | | | |
| <a id="priority/backlog" href="#priority/backlog">`priority/backlog`</a> | | | |
| <a id="release-blocker" href="#release-blocker">`release-blocker`</a> | Indicates that a PR or issue is blocking a release from a specific branch.| prow | [release-blocker](https://prow.ci.kubevirt.io/command-help#release-blocker) |
| <a id="research-needed" href="#research-needed">`research-needed`</a> | | | |
| <a id="topic/api" href="#topic/api">`topic/api`</a> | | | |
Expand Down
8 changes: 8 additions & 0 deletions robots/cmd/flake-stats/flake-stats.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
{{ .Sum }}
</td>
</tr>
<tr>
<td>
PRs merged
</td>
<td class="PRvalue">
{{ }}
</td>
</tr>
</table>
{{ end }}

Expand Down

0 comments on commit 61cd87b

Please sign in to comment.