Skip to content

[GHA] Cache trivy db #1262

[GHA] Cache trivy db

[GHA] Cache trivy db #1262

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
env:
LABELER_CONFIG: '.github/labeler.yml'
permissions: read-all
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Clone Labeler configuration
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
sparse-checkout: ${{ env.LABELER_CONFIG }}
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ${{ env.LABELER_CONFIG }}
sync-labels: 'true'