Files
music-admin/.github/workflows/handle-new-issue-comment.yml
2023-05-17 14:56:51 +05:30

15 lines
341 B
YAML

name: 'Handle new issue comment'
on:
issue_comment:
types: [created]
jobs:
handle_new_issue_comment:
runs-on: ubuntu-latest
name: Handle new issue comment
steps:
- name: Toggle awaiting-reply label
uses: jd-solanki/gh-action-toggle-awaiting-reply-label@v2.1.0
with:
label: awaiting-reply