mirror of https://github.com/jpanther/congo.git
👷 Add pull request labelling workflow
parent
661016d3be
commit
9c5e624bb6
|
@ -0,0 +1,5 @@
|
||||||
|
i18n:
|
||||||
|
- i18n/*
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
- exampleSite/content/*
|
|
@ -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
|
Loading…
Reference in New Issue