Skip to content

Commit

Permalink
ci: add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun-Kolanu committed Jun 13, 2024
1 parent aa07666 commit cf073e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/issue-assigner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: issue-assigner
assign-prompt: "@{name} claim"
issue-already-assigned: "You have already been assigned to this issue."
max-assignees: 1
max-assignees-reached: "Sorry, maximum limit for assignees in this issue has reached. Please check other issues or contact a maintainer."
max-issues-for-user: 1
assigned-comment: "This issue has been successfully assigned to you! 🚀"
unassign-prompt: "@{name} abandon"
issue-was-not-assigned: "You were not assigned to this issue."
unassigned-comment: "You have been unassigned to this issue successfully."
issue-opener-not-maintainer: "Thank you for opening this issue. Maintainers will check and approve if seems to be useful."
issue-opener-is-maintainer: "Comment '@{name} claim' to get this issue assigned or '@{name} abandon' to get this issue unassigned."

0 comments on commit cf073e7

Please sign in to comment.