mirror of
https://github.com/containers/podman.git
synced 2026-07-13 00:31:45 -04:00
Some were already pinned; let's fix the rest. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
18 lines
369 B
YAML
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 }}"
|