Skip to content

Add initializeBucketCapacity to seed empty-bucket metrics (8.4 backport) #487

Add initializeBucketCapacity to seed empty-bucket metrics (8.4 backport)

Add initializeBucketCapacity to seed empty-bucket metrics (8.4 backport) #487

Workflow file for this run

---
name: Code Review
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
pull_request_target:
types: [opened, synchronize]
jobs:
review:
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
uses: scality/workflows/.github/workflows/claude-code-review.yml@v2
secrets: inherit
review-dependency-bump:
if: github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
uses: scality/workflows/.github/workflows/claude-code-dependency-review.yml@v2
with:
ACTIONS_APP_ID: ${{ vars.ACTIONS_APP_ID }}
secrets: inherit