Skip to content

Commit

Permalink
🔃 File Sync (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: specshell-workflows-app[bot] <77288400+specshell-workflows-app[bot]@users.noreply.github.com>
  • Loading branch information
specshell-workflows-app[bot] authored Jan 30, 2021
1 parent c3a48ce commit 9dca082
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_extends: .github
18 changes: 18 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: labels
on:
push:
branch:
- main
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
repository_dispatch:
types:
- labels-update

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Run Labeler
uses: jetersen/ghaction-github-labeler@fix/loadConfigGitHubApi

0 comments on commit 9dca082

Please sign in to comment.