Skip to content

Commit

Permalink
Fix(CI): fix label commenter
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 17, 2024
1 parent 0961e9a commit ab2d3f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Label commenter"

on:
issues:
types:
- "labeled"
- "unlabeled"

jobs:
comment:
permissions:
contents: "read"
issues: "write"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Label commenter"
uses: "peaceiris/actions-label-commenter@v1"

0 comments on commit ab2d3f5

Please sign in to comment.