Skip to content

Commit e9a855f

Browse files
authored
Added issue-needs-attention GHA
1 parent c43e407 commit e9a855f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Issue Needs Attention
2+
# This workflow is triggered on issue comments.
3+
on:
4+
issue_comment:
5+
types: created
6+
7+
jobs:
8+
applyNeedsAttentionLabel:
9+
uses: realm/ci-actions/.github/workflows/issue-needs-attention.yml@main

0 commit comments

Comments
 (0)