Skip to content

fix(ci): fix pyproject.toml license format, rand version, and stale lockfiles #658

fix(ci): fix pyproject.toml license format, rand version, and stale lockfiles

fix(ci): fix pyproject.toml license format, rand version, and stale lockfiles #658

Workflow file for this run

# Copyright (c) Microsoft Corporation. Licensed under the MIT License.
name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
# SECURITY: pull_request_target runs in BASE context. Never checkout PR head ref.
jobs:
label:
runs-on: ubuntu-latest
# SECURITY: pull_request_target — uses actions/labeler which reads config from
# the base branch (default checkout). No PR head code is executed.
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true