Skip to content

Commit

Permalink
Merge pull request #10 from seipan/feat/ci-auto-label
Browse files Browse the repository at this point in the history
feat(ci) : Add github actions auto label
  • Loading branch information
seipan committed Aug 16, 2023
2 parents 07a4552 + 9f03aa9 commit 0489f27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
discord:
- discord/*
ci:
- .github/*
slack:
- slack/*
logger:
- /**/*
12 changes: 12 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Labeler
on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0489f27

Please sign in to comment.