Skip to content

Commit

Permalink
Create needs-attention.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe authored Aug 29, 2022
1 parent 2ac515b commit f27a4f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/needs-attention.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Issue Needs Attention
# This workflow is triggered on issue comments.
on:
issue_comment:
types: created

jobs:
applyNeedsAttentionLabel:
name: Apply Needs Attention Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Apply Needs Attention Label
uses: hramos/needs-attention@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
response-required-label: 'awaiting-user-info'
needs-attention-label: 'needs-triage'

0 comments on commit f27a4f6

Please sign in to comment.