Skip to content

Commit

Permalink
Merge pull request #37 from 3scale-ops/fix/label-description-size
Browse files Browse the repository at this point in the history
Reduce the ok-to-prod label description to 95 chars. 100 is the max
  • Loading branch information
3scale-robot authored Dec 18, 2023
2 parents bddc3d7 + fffc2b4 commit 3622240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- 'hack/label_sync/labels.yaml'
workflow_dispatch:
jobs:

sync:
Expand Down
2 changes: 1 addition & 1 deletion hack/label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ repos:
labels:
# Triggers
- color: ff0800
description: Indicates a PR containing an production ready image has been approved and can be promoted to production.
description: Indicates a PR containing an image that has been approved and can be promoted to production.
name: ok-to-prod
target: prs
addedBy: approvers
Expand Down

0 comments on commit 3622240

Please sign in to comment.