Skip to content

Commit

Permalink
build: add assign self workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Dec 9, 2022
1 parent 5cf435d commit 1815e90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/self-assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This workflow runs when a comment is made on the ticket
# If the comment starts with "assign me" it assigns the author to the
# ticket (case insensitive)

name: Assign comment author to ticket if they say "assign me"
on:
issue_comment:
types: [created]

jobs:
self_assign_by_comment:
uses: openedx/.github/.github/workflows/self-assign-issue.yml@master

0 comments on commit 1815e90

Please sign in to comment.