Skip to content

feat: Change configure to mjs with google zx #313

feat: Change configure to mjs with google zx

feat: Change configure to mjs with google zx #313

Workflow file for this run

---
name: "Meta Labeler"
on:
workflow_dispatch:
pull_request:
branches: ["main"]
permissions:
checks: write
contents: read
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # v4.1.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"