Skip to content

Commit

Permalink
Merge pull request #22 from ks6088ts/feature/issue-20_setup-labler
Browse files Browse the repository at this point in the history
set up labeler
  • Loading branch information
ks6088ts authored Oct 23, 2022
2 parents 2a3ab5f + a7f21fd commit 0fd61cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
docs:
- docs/**/*
github:
- .github/**/*
examples:
- examples/**/*
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: labeler

on: [pull_request]

jobs:
label:
runs-on: ubuntu-latest

steps:
- name: labeler action
uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"

0 comments on commit 0fd61cc

Please sign in to comment.