Skip to content

ci(github-action): update actions/checkout action ( v4.1.7 → v4.2.0 ) #199

ci(github-action): update actions/checkout action ( v4.1.7 → v4.2.0 )

ci(github-action): update actions/checkout action ( v4.1.7 → v4.2.0 ) #199

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Meta Labeler"
on:
workflow_dispatch:
pull_request_target:
branches: ["main"]
permissions:
checks: write
contents: read
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"