Skip to content

chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 #643

chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1

chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 #643

Workflow file for this run

name: PR Labeler
on:
# Runs workflow when activity on a PR in the workflow's repository occurs.
pull_request_target:
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true