This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 455ca5bc Add info about automated actions on GitHub 455ca5bc is described below commit 455ca5bc12fe4018b14fd2b0ce7ac7b081b1b4f3 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Feb 16 17:56:22 2025 +0100 Add info about automated actions on GitHub --- content/markdown/developers/conventions/github.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/markdown/developers/conventions/github.md b/content/markdown/developers/conventions/github.md index 01119275..5c030019 100644 --- a/content/markdown/developers/conventions/github.md +++ b/content/markdown/developers/conventions/github.md @@ -93,6 +93,16 @@ We use [GitHub Issues `Milestones`](https://docs.github.com/en/issues/using-labe [Issues and PR associated to a Milestone](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress) are publicly available, so we can use Milestone view during voting. +## Automated actions + +### Labels + +Issues and Pull Request with `waiting-for-feedback` label without response will be closed automatically after 90 days. + +### Pull Request + +On Pull Request close default label `maintenance` and milestone according to branch will be added. + ## Further Links - [GitHub Pull requests documentation](https://docs.github.com/en/pull-requests)