Skip to content

to fix error in "Slack Notify on Star" Job under GitHub Actions #21

to fix error in "Slack Notify on Star" Job under GitHub Actions

to fix error in "Slack Notify on Star" Job under GitHub Actions #21

name: Label Commenter
on:
issues:
types:
- labeled
pull_request_target:
types:
- labeled
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
ref: master # Set your default branch
- name: Label Commenter
uses: peaceiris/[email protected]