Skip to content

Bump System.Text.Json from 4.7.2 to 8.0.4 in /libraries/Microsoft.Bot.Builder.Azure.Blobs in the nuget group across 1 directory #915

Bump System.Text.Json from 4.7.2 to 8.0.4 in /libraries/Microsoft.Bot.Builder.Azure.Blobs in the nuget group across 1 directory

Bump System.Text.Json from 4.7.2 to 8.0.4 in /libraries/Microsoft.Bot.Builder.Azure.Blobs in the nuget group across 1 directory #915

name: Verify Pull Request Labels
on:
pull_request:
types: [ready_for_review, review_requested, labeled, unlabeled]
jobs:
verify_pr_labels:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install github actions dependencies
uses: bahmutov/[email protected]
with:
working-directory: actions/verify-pr-labels
- name: Verify Pull Request Labels
uses: ./actions/verify-pr-labels/
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'