mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-05-01 10:08:07 -05:00
18 lines
348 B
YAML
18 lines
348 B
YAML
name: Sync labels
|
|
on:
|
|
push:
|
|
paths:
|
|
- '.github/labels.yml'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
sync:
|
|
name: Run EndBug/label-sync
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: EndBug/label-sync@v1
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
config-file: '.github/labels.yml'
|