Merge pull request #11185 from filecoin-project/feat/snpc2 #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |