Skip to content

fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.19.1 → v1.19.2 ) #8335

fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.19.1 → v1.19.2 )

fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.19.1 → v1.19.2 ) #8335

---
name: Meta - Enforce PR labels
on: # yamllint disable-line rule:truthy
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
name: Enforce PR labels
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- uses: yogevbd/[email protected]
env:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
with:
BANNED_LABELS: "do-not-merge"