spiegel_podman/.github/workflows/labeler.yml
renovate[bot] 923a3950ee
Update actions/labeler action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-21 09:35:32 +00:00

18 lines
430 B
YAML

# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
permissions: {}
jobs:
triage:
if: github.repository == 'podman-container-tools/podman'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"