Skip to content

Commit

Permalink
Merge pull request #4 from aessing/development
Browse files Browse the repository at this point in the history
Removed automatic label syncing
  • Loading branch information
aessing authored Jan 9, 2021
2 parents c991927 + 255832d commit ed02f9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/label-syncer.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Label Syncer
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/labels.yml

jobs:
build:
Expand All @@ -24,4 +19,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
with:
manifest: .github/labels.yml
manifest: .github/labels.yml

0 comments on commit ed02f9e

Please sign in to comment.