We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43e407 commit e9a855fCopy full SHA for e9a855f
.github/workflows/Issue-Needs-Attention.yml
@@ -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