Skip to content

fix(container): update docker.dragonflydb.io/dragonflydb/dragonfly ( v1.25.2 → v1.25.3 ) #4736

fix(container): update docker.dragonflydb.io/dragonflydb/dragonfly ( v1.25.2 → v1.25.3 )

fix(container): update docker.dragonflydb.io/dragonflydb/dragonfly ( v1.25.2 → v1.25.3 ) #4736

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1.11.0
id: generate-token
with:
app-id: "${{ secrets.HOMEOPS_BOT_APP_ID }}"
private-key: "${{ secrets.HOMEOPS_BOT_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"