mirror of
https://github.com/vacp2p/rfc.git
synced 2025-02-17 09:26:26 +00:00
ci: Add workflow for syncing labels
This commit is contained in:
parent
cc3f4ee7c9
commit
4c8da19196
17
.github/workflows/sync-labels.yml
vendored
Normal file
17
.github/workflows/sync-labels.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Sync labels
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- .github/labels.yml
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: micnncim/action-label-syncer@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
manifest: .github/labels.yml
|
Loading…
x
Reference in New Issue
Block a user