Skip to content

feat(container): update docker.io/getmeili/meilisearch ( v1.12.8 → v1.13.0 ) - autoclosed #5285

feat(container): update docker.io/getmeili/meilisearch ( v1.12.8 → v1.13.0 ) - autoclosed

feat(container): update docker.io/getmeili/meilisearch ( v1.12.8 → v1.13.0 ) - autoclosed #5285

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/[email protected]
id: generate-token
with:
app-id: "${{ secrets.HOMEOPS_BOT_APP_ID }}"
private-key: "${{ secrets.HOMEOPS_BOT_PRIVATE_KEY }}"
- name: Labeler
uses: actions/[email protected]
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"