Set up an automatic PR labeler

syntax_id
fwcd 2023-03-22 18:32:40 +07:00
parent b82dcbf458
commit aec98bdf2a
2 changed files with 25 additions and 0 deletions

@ -0,0 +1,11 @@
ci-cd:
- .github/**/*
grammar:
- grammar.js
bindings:
- bindings/**/*
examples:
- examples/**/*

@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4