Skip to content

Bump caniuse-lite from 1.0.30001295 to 1.0.30001752 in /lib/msal-angular #287

Bump caniuse-lite from 1.0.30001295 to 1.0.30001752 in /lib/msal-angular

Bump caniuse-lite from 1.0.30001295 to 1.0.30001752 in /lib/msal-angular #287

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler/blob/master/README.md
name: Labeler
on:
- pull_request
concurrency:
group: labeler-${{github.ref}}
cancel-in-progress: true
jobs:
label:
runs-on: ubuntu-latest
if: (github.repository == 'AzureAD/microsoft-authentication-library-for-js') && (github.event.pull_request.head.repo.full_name == github.repository) && (github.actor != 'dependabot[bot]')
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"