Skip to content

Commit

Permalink
Update label-commenter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu authored Jan 13, 2024
1 parent 615a574 commit 63df3b4
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ name: Label Commenter

on:
issues:
types:
- labeled
- unlabeled

types: [labeled, unlabeled]
pull_request_target:
types: [labeled, unlabeled]

permissions:
contents: read
issues: write
pull-requests: write

jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/configs/label-commenter-config.yml
config_file: .github/config/label-commenter-config.yml

0 comments on commit 63df3b4

Please sign in to comment.