Skip to content

Bump Microsoft.Extensions.Caching.StackExchangeRedis from 10.0.10 to 10.0.11 #782

Bump Microsoft.Extensions.Caching.StackExchangeRedis from 10.0.10 to 10.0.11

Bump Microsoft.Extensions.Caching.StackExchangeRedis from 10.0.10 to 10.0.11 #782

Workflow file for this run

name: Label Check
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
permissions:
contents: read
pull-requests: write
jobs:
validate:
name: Auto Label and Validate
runs-on: ubuntu-latest
steps:
- name: Apply labels
if: github.event.pull_request.head.repo.full_name == github.repository
uses: actions/labeler@v7
- name: Check labels
if: github.event.pull_request.head.repo.full_name == github.repository
uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: breaking,feature,enhancement,bug,refactor,chore,dependencies,github_actions,samples,documentation