Skip to content

Commit

Permalink
Merge pull request #24 from r7kamura/github-label-sync
Browse files Browse the repository at this point in the history
Automate GitHub labels management
  • Loading branch information
r7kamura committed May 6, 2023
2 parents b1499bd + a8d3ece commit 3bc616b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/github-label-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: github-label-sync

on:
push:
branches:
- main
paths:
- .github/workflows/github-label-sync.yml
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: r7kamura/github-label-sync-action@v0
with:
source_path: labels-keepachangelog.yml
source_repository: r7kamura/github-label-presets

0 comments on commit 3bc616b

Please sign in to comment.