Skip to content

chore: [release-2.9.x] feat: Add ingester_chunks_flush_failures_total (#12925) #11203

chore: [release-2.9.x] feat: Add ingester_chunks_flush_failures_total (#12925)

chore: [release-2.9.x] feat: Add ingester_chunks_flush_failures_total (#12925) #11203

# Auto-merge as documented in official Github docs
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
name: Auto-review Dependabot PRs
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot-reviewer:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve the dependabot PR
run: |
gh pr review $PR_URL \
--approve -b "Auto approve dependencies bump PR"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}