Skip to content

Commit

Permalink
chore(CI): add PR labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Jan 6, 2024
1 parent e5a8133 commit 7076da7
Show file tree
Hide file tree
Showing 2 changed files with 19 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 @@
記事:
- pages/blog/**/*

リポジトリ管理:
- .github/**/*
- README.md
13 changes: 13 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Triage

on:
- pull_request

jobs:
triage:
name: PR Label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7076da7

Please sign in to comment.