Skip to content

Commit

Permalink
chore: update label categories / names (#12789)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed Mar 21, 2024
1 parent 17087ec commit e547b2d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Reproducible bug report
description: Create a reproducible bug report. Not for support requests.
labels: [ bug ]
labels: [ type/bug ]
body:
- type: checkboxes
id: terms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Enhancement proposal
about: Propose an enhancement for this project
labels: 'enhancement'
name: Feature
about: Propose a feature for this project
labels: 'type/feature'
---
# Summary

Expand All @@ -15,13 +15,13 @@ When would you use this?
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
**Message from the maintainers**:

Love this enhancement proposal? Give it a πŸ‘. We prioritize the proposals with the most πŸ‘.
Love this feature request? Give it a πŸ‘. We prioritise the proposals with the most πŸ‘.

<!--
<!--
**Beyond this issue**:
Are you a contributor? If not, have you thought about it?
Are you a contributor? If not, have you thought about it?
Argo Workflows is seeking more community involvement and ultimately more [Reviewers and Approvers](https://github.com/argoproj/argoproj/blob/main/community/membership.md) to help keep it viable.
See [Sustainability Effort](https://github.com/argoproj/argo-workflows/blob/main/community/sustainability_effort.md) for more information.
Argo Workflows is seeking more community involvement and ultimately more [Reviewers and Approvers](https://github.com/argoproj/argoproj/blob/main/community/membership.md) to help keep it viable.
See [Sustainability Effort](https://github.com/argoproj/argo-workflows/blob/main/community/sustainability_effort.md) for more information.
-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/regression.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Regression report
description: Create a regression report. Not for support requests.
labels: [ bug, regression ]
labels: [ type/bug, type/regression ]

body:
- type: checkboxes
Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
- dependency-name: google.golang.org/grpc
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- go

- package-ecosystem: "npm"
directory: "/ui"
Expand All @@ -25,6 +28,9 @@ updates:
- dependency-name: "@types/react-router-dom"
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- javascript

# build / CI dependencies
- package-ecosystem: "pip"
Expand All @@ -34,6 +40,9 @@ updates:
day: "saturday"
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- python

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -46,3 +55,6 @@ updates:
- dependency-name: "actions/upload-artifact"
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- github_actions
8 changes: 4 additions & 4 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
days-before-stale: 14 # 2 weeks of inactivity
days-before-close: 14 # 2 more weeks of inactivity
# labels to watch for, add, and remove
only-labels: 'more information needed' # only mark issues/PRs as stale if they have this label
labels-to-remove-when-unstale: 'more information needed' # remove label when unstale -- should be manually added back if information is insufficient
stale-issue-label: 'stale'
stale-pr-label: 'stale'
only-labels: 'problem/more information needed' # only mark issues/PRs as stale if they have this label
labels-to-remove-when-unstale: 'problem/more information needed' # remove label when unstale -- should be manually added back if information is insufficient
stale-issue-label: 'problem/stale'
stale-pr-label: 'problem/stale'
# automated messages to issue/PR authors
stale-issue-message: >
This issue has been automatically marked as stale because it has not had recent activity and needs more information.
Expand Down
10 changes: 5 additions & 5 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,18 @@ If there's a new `P0` bug, notify the [`#argo-wf-contributors`](https://cloud-na

Any bugs with >= 5 "πŸ‘" reactions should be labeled at least `P1`.
Any bugs with 3-4 "πŸ‘" reactions should be labeled at least `P2`.
Bugs can be [sorted by "πŸ‘"](https://github.com/argoproj/argo-workflows/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Abug).
Bugs can be [sorted by "πŸ‘"](https://github.com/argoproj/argo-workflows/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Atype%2Fbug).

If the issue is determined to be a user error and not a bug, remove the `bug` label (and the `regression` label, if applicable) and replace it with the `support` label.
If more information is needed from the author to diagnose the issue, then apply the `more information needed` label.
If the issue is determined to be a user error and not a bug, remove the `type/bug` label (and the `type/regression` label, if applicable) and replace it with the `type/support` label.
If more information is needed from the author to diagnose the issue, then apply the `problem/more information needed` label.

Please only assign issues to members. New contributors are encouraged to work on a PR directly without being assigned.

##### Staleness

Only issues and PRs that have the [`more information needed` label](https://github.com/argoproj/argo-workflows/labels/more%20information%20needed) will be considered for staleness.
Only issues and PRs that have the [`problem/more information needed` label](https://github.com/argoproj/argo-workflows/labels/problem%2Fmore%20information%20needed) will be considered for staleness.

If the author does not respond timely to a request for more information, the issue or PR will be automatically marked with the `stale` label and a bot message.
If the author does not respond timely to a request for more information, the issue or PR will be automatically marked with the `problem/stale` label and a bot message.
Subsequently, if there is still no response, it will be automatically closed as "not planned".

See the [Stale Action configuration](https://github.com/argoproj/argo-workflows/blob/main/.github/workflows/stale.yaml) for more details.
Expand Down

0 comments on commit e547b2d

Please sign in to comment.