Skip to content

Commit

Permalink
Merge pull request #2 from filecoin-project/Robmat05-patch-1
Browse files Browse the repository at this point in the history
Create label-syncer.yml
  • Loading branch information
Robmat05 authored Jun 10, 2020
2 parents 0c90925 + f4e6231 commit 7e7b19b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/label-syncer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Label syncer
on:
push:
paths:
- '.github/labels.yml'
branches:
- master
jobs:
build:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e7b19b

Please sign in to comment.