Skip to content

Commit

Permalink
added issue-needs-attention GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bmunkholm authored Dec 10, 2021
1 parent b54c1ae commit 125a084
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Issue-Needs-Attention.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Issue Needs Attention
# This workflow is triggered on issue comments.
on:
issue_comment:
types: created

jobs:
applyNeedsAttentionLabel:
uses: realm/ci-actions/.github/workflows/issue-needs-attention.yml@main

0 comments on commit 125a084

Please sign in to comment.