Skip to content

Commit

Permalink
Merge branch 'layer5io:master' into configure-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula-aac authored Aug 26, 2023
2 parents 0ce3c1a + 7be65d2 commit 407d7f7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
area/ci:
- ".github/**/*"
area/docs:
- "site/**/*"
area/site:
- "site/**/*"
component/components:
- "packages/components/**/*"
component/icons:
- "packages/svg/**/*"
framework/storyboard:
- "packages/design-system/**/*"
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 407d7f7

Please sign in to comment.