Maintain labels by the way of declarative configuration.

This commit is contained in:
Kevin Deldycke
2020-08-03 14:40:00 +02:00
parent 1606e4e4b0
commit 4489e2666f
2 changed files with 70 additions and 0 deletions

13
.github/workflows/labels_sync.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Sync labels
on: issues
jobs:
sync_labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: lannonbr/issue-label-manager-action@2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}