init
This commit is contained in:
14
.github/workflows/handle-new-issue-comment.yml
vendored
Normal file
14
.github/workflows/handle-new-issue-comment.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user