Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Sync labels

Sync labels #476

Workflow file for this run

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