Skip to content

ci: load snyk policy from env [DO-2949] #700

ci: load snyk policy from env [DO-2949]

ci: load snyk policy from env [DO-2949] #700

Workflow file for this run

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