This repository has been archived by the owner on May 31, 2024. It is now read-only.
Sync labels #215
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: Sync labels | |
on: | |
schedule: | |
# daily at 3am UTC so as to probably not disrupt anyone | |
- cron: '0 3 * * *' | |
jobs: | |
labels: | |
name: synchronize labels between repos | |
runs-on: ubuntu-latest | |
steps: | |
- name: sync labels between repos | |
uses: EndBug/label-sync@v2 | |
with: | |
source-repo: 18F/ux-guide |