chore(deps): Bump apache/skywalking-eyes from 775fe1ffda59b7e100aa144d0ef8d7beae17f97d to 3ea9df11bb3a5a85665377d1fd10c02edecf2c40 #305
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label Triggered Comment | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
comment: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Label Commenter | |
uses: peaceiris/actions-label-commenter@v1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
config_file: .github/label-commenter-config.yml |