Skip to content

Commit

Permalink
Update lablel-syncer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Dec 31, 2021
1 parent fbb2c57 commit 6c9a2dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lablel-syncer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Sync Labels
on:
workflow_dispatch:
push:
branches:
- master
paths:
- .github/labels.yml

jobs:
build:
Expand All @@ -10,5 +15,6 @@ jobs:
- uses: micnncim/[email protected]
with:
manifest: .github/labels.yml
prune: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c9a2dd

Please sign in to comment.