-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflows: auto-generate maintainer away issue #842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues could be created using this template by anyone, right? Should we be inviting that kind of activity, or can maintainers create their own issue on the rare occasions that it happens?
You are correct about this. @mjcheetham and I threw some alternative ideas around in triage this morning. We decided it would be better to automate creation of this type of issue with a workflow that has a workflow dispatch control only maintainers can use. Stay tuned! |
51eaab8
to
dd04463
Compare
@derrickstolee @mjcheetham PR has been updated with the new workflow. You can find a sample issue here. In case you're not permitted to view issues in my fork, here's a screenshot as well: Any suggestions for improvement are welcome. |
dd04463
to
403f397
Compare
Add a new workflow to create issues that will notify GCM users and contributors of when maintainers are away and the repo is not being actively monitored. This workflow is controlled by a `workflow_dispatch` trigger that requires both a start date and end date for maintainer absence before running.
403f397
to
8e8149b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome!
Changes: - Check for broken links in documentation (#700) - Support macOS `arm64` installs via Homebrew (#798) - Validate installers before publishing (#813) - Auto-generate maintainer away notification issues (#842) - Install dotnet via Jammy feeds on Ubuntu 22.04 and greater (#839) - Access Azure storage account using service principle credentials (#851) - Update documentation to use reference-style links (#680) - Unify documentation line length (#862) - Add generic username/password UI (#871) - Bitbucket DC OAuth support (#607) - Distribute GCM as a dotnet tool (#886) - Drop `-core` suffix from entry executable #551 - Speed up build graph (#924)
Add a new workflow to create issues that will notify GCM users and
contributors of when maintainers are away and the repo is not being
actively monitored. This workflow is controlled by a
workflow_dispatch
trigger that requires both a start date and end date for maintainer
absence before running.