Skip to content

build(deps): Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.3 #1165

build(deps): Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.3

build(deps): Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.3 #1165

Workflow file for this run

name: Enforce Labels
on:
pull_request:
types: [opened, edited, labeled, unlabeled, synchronize]
branches-ignore:
- 'dependabot/**'
jobs:
enforce-label:
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}