mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix assign-issue-action and modify reminder days (#11874)
There's still a bug where it will expire too soon when idle *after* a reminder has been sent. Fixes #11873 @SoftFever Every person who pushes a commit will get a dumb email until this merges (uhm, provided it actually works).
This commit is contained in:
4
.github/workflows/assign.yml
vendored
4
.github/workflows/assign.yml
vendored
@@ -14,11 +14,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Assign the user or unassign stale assignments
|
- name: Assign the user or unassign stale assignments
|
||||||
uses: takanome-dev/assign-issue-action@v2.3
|
uses: takanome-dev/assign-issue-action@3.0.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
maintainers: 'noisyfox,softfever'
|
maintainers: 'noisyfox,softfever'
|
||||||
days_until_unassign: 30
|
days_until_unassign: 30
|
||||||
block_assignment: false
|
block_assignment: false
|
||||||
reminder_days: 7
|
reminder_days: 20
|
||||||
max_assignments: 12
|
max_assignments: 12
|
||||||
|
|||||||
Reference in New Issue
Block a user