Skip to content

feat(container): update image redis to v17.14.3 #1976

feat(container): update image redis to v17.14.3

feat(container): update image redis to v17.14.3 #1976

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: tibdex/[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 }}"