Skip to content

ci(github-action): update actions/setup-node digest ( 0a44ba7 → 39370e3 ) #233

ci(github-action): update actions/setup-node digest ( 0a44ba7 → 39370e3 )

ci(github-action): update actions/setup-node digest ( 0a44ba7 → 39370e3 ) #233

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 }}"