We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e54b30 commit c5ad218Copy full SHA for c5ad218
.github/labeler.yaml
@@ -0,0 +1,11 @@
1
+# https://github.com/actions/labeler
2
+---
3
+
4
+area/ci:
5
+- .github/**
6
7
+area/msgpack:
8
+- msgpack/**/*.go
9
10
+area/nvim:
11
+- nvim/**/*.go
.github/workflows/labeler.yaml
@@ -0,0 +1,18 @@
+name: Pull Request Labeler
+on:
+ - pull_request
+jobs:
+ triage:
+ runs-on: ubuntu-22.04
+ permissions:
+ contents: read
12
+ pull-requests: write
13
14
+ steps:
15
+ - uses: actions/labeler@v4
16
+ with:
17
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
18
+ configuration-path: ".github/labeler.yaml"
0 commit comments