Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub action to auto-close inactive issues (#494)
Adds a new GitHub action to automatically close issues older than 6 months due to inactivity and comment on them every Friday at 12pm CET. - **Scheduling**: Configures the action to run on a schedule, specifically every Friday at 12pm CET, using a cron job. - **Issue Handling**: Utilizes the `actions/stale` action to automatically mark issues as stale after 180 days of inactivity and then immediately close them. - **Messaging**: Before closing, posts a comment on the stale issues and pull requests to inform contributors of the closure due to inactivity, with separate messages for issues and pull requests. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/uiuniversal/ngu-carousel?shareId=c8edbcf3-36e5-46a2-902c-43b44013b4d7).
- Loading branch information