status.deploy.stdout can exceed etcd's 2 MiB limit on large clusters, causing reconciliation delays #357
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Remove label on close | |
| on: | |
| issues: | |
| types: ['closed'] | |
| jobs: | |
| remove-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: docker://k8slt/github-labeler-action@sha256:69b376b059806729c25c7d1f6cb0c88e1547eae6f57451414d108915bf4ddffd | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| remove-labels: "carvel-triage" |