👷 Add pull request labelling workflow

This commit is contained in:
James Panther
2021-09-20 15:02:10 +10:00
parent 661016d3be
commit 9c5e624bb6
2 changed files with 22 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
i18n:
- i18n/*
documentation:
- exampleSite/content/*
+17
View File
@@ -0,0 +1,17 @@
name: Labeller
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Label
uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeller.yml