Skip to content

chore: fix github actions #2

chore: fix github actions

chore: fix github actions #2

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
- name: Label pull request
uses: actions/labeler@v6
with:
configuration-path: .github/pr_labeler-config.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}