mirror of https://github.com/Wilfred/difftastic/
Set up an automatic PR labeler
parent
b82dcbf458
commit
aec98bdf2a
@ -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
|
||||
Loading…
Reference in New Issue