Skip to content

Content policy: Adjust check in to not fetch from database. Search result: Adjust data for policy and route #134

Content policy: Adjust check in to not fetch from database. Search result: Adjust data for policy and route

Content policy: Adjust check in to not fetch from database. Search result: Adjust data for policy and route #134

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"