Skip to content

Commit

Permalink
Revert "Test WIP version of action (JabRef#11989)" (JabRef#11990)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and ExrosZ-Alt committed Oct 17, 2024
1 parent 3462f00 commit 8860766
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/assign-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Assign the user or unassign stale assignments
uses: takanome-dev/assign-issue-action@refactor-rewrite-action
uses: takanome-dev/assign-issue-action@v2.1.1
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
days_until_unassign: 30
assigned_comment: |
👋 Hey @{{ handle }},
👋 Hey @{{ comment.user.login }},
Thanks for your interest in this issue! 🎉
Expand All @@ -27,9 +27,8 @@ jobs:
Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on [JabRef's Gitter chat](https://gitter.im/JabRef/jabref). And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback.
Note that you will be unassigned if it isn't closed within **{{ total_days }} days** (**{{ unassigned_date }}**).
Note that this issue will become unassigned if it isn't closed within **{{ totalDays }} days**.
> [!NOTE]
> A maintainer can also add the **{{ pin_label }}** label to prevent it from being unassigned automatically.
🔧 A maintainer can also add the **{{ inputs.pin_label }}** label to prevent it from being unassigned automatically.
Happy coding! 🚀

0 comments on commit 8860766

Please sign in to comment.