Skip to content

build(deps): bump super-linter/super-linter from 6.3.1 to 6.7.0 #505

build(deps): bump super-linter/super-linter from 6.3.1 to 6.7.0

build(deps): bump super-linter/super-linter from 6.3.1 to 6.7.0 #505

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
triage:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
name: Triage
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true