Skip to content

fix(pipeline_resource): switch yaml to json conversion to yq to support anchors in different sections of the yaml (like the dedicated indicators section) #198

fix(pipeline_resource): switch yaml to json conversion to yq to support anchors in different sections of the yaml (like the dedicated indicators section)

fix(pipeline_resource): switch yaml to json conversion to yq to support anchors in different sections of the yaml (like the dedicated indicators section) #198

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