Orange-OpenSource / Orange-OpenSource/Orange-Boosted-Bootstrap
Receiving "Close Issue Awaiting Reply" notifications
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 219
- Forks
- 61
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 12
Description
Hey team 👋
I’m opening this issue because I frequently receive notifications from the “Close Issue Awaiting Reply” GitHub job:
I’m not sure why this happens, since I’m no longer listed as a project member/maintainer. 🤷
For context: the reusable action still referenced in your main branch is no longer active. In Bootstrap, we replaced it by using the native actions/stale instead. Here’s the workflow/job for reference:
https://github.com/twbs/bootstrap/blob/main/.github/workflows/issue-close-require.yml
Maybe switching the workflow to the actions/stale approach would fix this and stop the notifications.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the issue-close workflow under .github/workflows, then compare its reusable action reference with the linked Bootstrap workflow, issue-close-require.yml. Check how the job determines recipients and whether replacing that reference with actions/stale addresses the notifications. Done means the obsolete notifications no longer occur and the workflow still closes issues awaiting a reply as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100