mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-07 15:23:08 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
|
||||||
- '.github/labels.yml'
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- '.github/labels.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Sync labels
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1.0.0
|
- uses: actions/checkout@v2
|
||||||
- uses: micnncim/action-label-syncer@v0.4.0
|
- uses: micnncim/action-label-syncer@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
manifest: '.github/labels.yml'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user