Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kuv2707 committed Jun 4, 2024
2 parents 4c08d18 + 951e1d0 commit 8c455a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/assign-on-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Assign on Issue Comment

on:
issue_comment:
types: [created, edited]

jobs:
one:
runs-on: ubuntu-latest
steps:
- name: Check for self-assignment comment
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ secrets.ISSUE_TOKEN }}
ASSIGNMENT_KEYWORD: "/assign" # Replace with your desired keyword

0 comments on commit 8c455a6

Please sign in to comment.