mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
* workflows: + automatic label/response on question When a user asks a question through an issue on this repository, we automatically add a comment, pointing to the forums, and add a label to the issue so we can spot more easily which issues need to be acted on. * .github: + link to packer community for questions As extra to the github action, this commit adds an extra button to the new issue template, leading directly to the discuss forums for Packer * .github: add auto-stale-close issue action As follow-up to the labelling of question type issues as needs-reply, we add another action that will automatically mark an issue as stale if it has not been updated for 3 weeks, and close the issue one week after marking it as stale. * Update .github/workflows/issues-opened.yml Co-authored-by: Wilken Rivera <[email protected]>