This commit is contained in:
JD Solanki
2022-02-18 18:17:36 +05:30
commit 5ae83eae87
4 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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-0001/gh-action-toggle-awaiting-reply-label@v2.0.0
with:
label: awaiting-reply