Skip to content

Commit 1f025e4

Browse files
committed
Switch back to edge version of assign-issue-action
1 parent 75b4a54 commit 1f025e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-issue-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
steps:
1515
- name: Assign the user or unassign stale assignments
1616
id: assign
17-
# uses: takanome-dev/assign-issue-action@edge
18-
uses: takanome-dev/assign-issue-action@feat/github-teams-support
17+
uses: takanome-dev/assign-issue-action@edge
1918
with:
2019
github_token: '${{ secrets.GH_TOKEN_ASSIGN_ISSUE_ACTION || github.token }}'
2120
# If this is updated, also update the number at unassign-issues.yml
2221
days_until_unassign: 21
2322
# One person should work on one issue only
2423
max_assignments: 1
2524
maintainers: '@JabRef/developers,Siedlerchr,ThiloteE,calixtus,HoussemNasri,subhramit,InAnYan'
25+
allow_self_assign_author: false
2626
assigned_comment: >
2727
👋 Hey @{{ handle }}, thank you for your interest in this issue! 🎉
2828

0 commit comments

Comments
 (0)