Skip to content

Commit c8ef3da

Browse files
author
Feanil Patel
committed
build: Creating a missing workflow file `self-assign-issue.yml`. The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
1 parent b02fe00 commit c8ef3da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This workflow runs when a comment is made on the ticket
2+
# If the comment starts with "assign me" it assigns the author to the
3+
# ticket (case insensitive)
4+
5+
name: Assign comment author to ticket if they say "assign me"
6+
on:
7+
issue_comment:
8+
types: [created]
9+
10+
jobs:
11+
self_assign_by_comment:
12+
uses: openedx/.github/.github/workflows/self-assign-issue.yml@master

0 commit comments

Comments
 (0)