mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
👷 Add pull request labelling workflow
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user