Skip to content

Proofreading fix on MASTG-TEST-0085.md -> Checking for Weaknesses in Third Party Libraries ( by @appknox ) #235

Proofreading fix on MASTG-TEST-0085.md -> Checking for Weaknesses in Third Party Libraries ( by @appknox )

Proofreading fix on MASTG-TEST-0085.md -> Checking for Weaknesses in Third Party Libraries ( by @appknox ) #235

Workflow file for this run

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