Add pending-author-response workflow (#2140)

pull/2169/head
Gulshan Singh 2 years ago committed by GitHub
parent b8fbb7461a
commit f2c4e2bfea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,14 @@
name: Pending Author Response Label
on:
issue_comment:
types: [created]
jobs:
issue_commented:
if: ${{ !github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'pending-response') }}
runs-on: ubuntu-latest
steps:
- uses: siegerts/pending-author-response@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pending-response-label: pending-response
Loading…
Cancel
Save