Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the github-actions-dependency group #4415

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the github-actions-dependency group

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the github-actions-dependency group #4415

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
# Declare default permissions as read only.
permissions: read-all
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.1 # Uploads repository content to the runner
name: Checkout repository
with:
sparse-checkout: |
.github
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"