Skip to content

[Snyk] Upgrade: , #1080

[Snyk] Upgrade: ,

[Snyk] Upgrade: , #1080

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
name: "Pull Request Labeler"
on:
- pull_request
jobs:
triage:
runs-on: macos-latest
steps:
- uses: actions/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"