Skip to content

Commit

Permalink
Add waiting for response label (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Oct 8, 2021
1 parent 4ef592c commit 6bf1069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
- color: c5def5
description: Gathering information
name: in_review
- color: fbca04
description: Don't auto-update PR
name: no-autoupdate
- color: db754c
description: An issue that proposes a feature request
name: proposal
Expand All @@ -40,9 +43,9 @@
- color: 8E7888
description: Pull requests/issues with no activity
name: stale
- color: C2E0C6
description: Waiting for author's response
name: waiting for response
- color: ffffff
description: An issue that does not need to be fixed
name: wontfix
- color: fbca04
description: Don't auto-update PR
name: no-autoupdate
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ template: |
## Upgrade
- For NGINX, use the v$RESOLVED_VERSION image from our DockerHub: `nginx/nginx-ingress:$RESOLVED_VERSION`, `nginx/nginx-ingress:$RESOLVED_VERSION-alpine` or `nginx/nginx-ingress:$RESOLVED_VERSION-ubi`
- For NGINX, use the v$RESOLVED_VERSION image from our DockerHub: `nginx/nginx-ingress:$RESOLVED_VERSION`, `nginx/nginx-ingress:$RESOLVED_VERSION-alpine`, `nginx/nginx-ingress:$RESOLVED_VERSION-ubi` or `nginx/nginx-ingress:$RESOLVED_VERSION-ot`
- For NGINX Plus, please build your own image using the v$RESOLVED_VERSION source code.
- For Helm, use version HELM_VERSION_REPLACE_ME! of the chart.
Expand Down

0 comments on commit 6bf1069

Please sign in to comment.