Skip to content

Commit

Permalink
ci(label-sync): use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Oct 10, 2022
1 parent d1bc876 commit 9373301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 94 deletions.
80 changes: 0 additions & 80 deletions .github/labels.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
name: Sync labels
name: 'Sync labels'
on:
push:
branches:
- master
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'
uses: EndBug/workflows/.github/workflows/labels.yml@main

0 comments on commit 9373301

Please sign in to comment.