Files
podman/.github/workflows/labeler.yml
Kir Kolyshkin cd78329c3f ci: pin all github actions
Some were already pinned; let's fix the rest.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2026-05-19 12:11:39 -07:00

18 lines
369 B
YAML

# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
permissions: {}
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"