Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the github-action-updates group #728

Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the github-action-updates group

Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the github-action-updates group #728

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af # v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}