Skip to content

Commit

Permalink
pr_labeler追加
Browse files Browse the repository at this point in the history
  • Loading branch information
KatatsumuriPan committed Feb 17, 2024
1 parent 9c823c9 commit b1d46d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Add labels when PR opened.
name: PR_Labeler

on: pull_request

jobs:
call_publish_base:
uses: KatatsumuriPan/KpansGitHubActions/.github/workflows/pr_labeler_base.yml@main
with:
PR_NUMBER: "${{ github.event.pull_request.number }}"
BRANCH_NAME: "${{ github.base_ref }}"

0 comments on commit b1d46d8

Please sign in to comment.