mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
v3.0.0 of takanome-dev/assign-issue-action is broken: - action.yml references dist/index.js - But the release only contains dist/index.mjs - This causes immediate failure: "File not found: dist/index.js" This PR: 1. Reverts to v2.2 which works correctly 2. Reverts reminder_days to 7 (v2.2 behavior: days before unassignment) 3. Adds comment with link to upstream bug report Bug report: https://github.com/takanome-dev/assign-issue-action/issues/426 Fixes #11873 Co-authored-by: Hanan <okets78@hotmail.com>