Skip to content

[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#3) #1

[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#3)

[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#3) #1

Workflow file for this run

name: Sync labels
on:
push:
branches:
- master
paths:
- .github/labels.yml
jobs:
label-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout latest commit
uses: actions/[email protected]
- name: Synchronize labels
uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yml
# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/sync_labels.yml