mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 21:33:07 +00:00
Update label-syncer.yml
This commit is contained in:
parent
fd0c4d73c6
commit
f8820b5103
14
.github/workflows/label-syncer.yml
vendored
14
.github/workflows/label-syncer.yml
vendored
@ -1,16 +1,18 @@
|
||||
name: Label syncer
|
||||
name: Sync Labels
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/labels.yml'
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/labels.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Sync labels
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@1.0.0
|
||||
- uses: micnncim/action-label-syncer@v0.4.0
|
||||
- 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