Skip to content

Bump actions/checkout from 4.3.1 to 6.0.2 #83

Bump actions/checkout from 4.3.1 to 6.0.2

Bump actions/checkout from 4.3.1 to 6.0.2 #83

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}