chore: expose more conditions in component status #12679
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: Pull Request Label Size | |
| on: | |
| pull_request_target: | |
| types: [ edited, opened, synchronize ] | |
| branches: | |
| - main | |
| - release-* | |
| jobs: | |
| size-label: | |
| uses: apecloud/apecloud-cd/.github/workflows/pull-request-label-size.yml@v0.1.30 | |
| with: | |
| APECD_REF: "v0.1.30" | |
| secrets: inherit |