Skip to content

chore(ci): update: bump actions/checkout from 3 to 4 #59

chore(ci): update: bump actions/checkout from 3 to 4

chore(ci): update: bump actions/checkout from 3 to 4 #59

Workflow file for this run

name: labeler
on: [pull_request_target]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"