From 4e91980cef058ad9b205b8bbb7620db328a0458a Mon Sep 17 00:00:00 2001 From: Josh Feinberg <15068619+joshafeinberg@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:06:34 -0600 Subject: [PATCH] Update README with maintenance status details Added maintenance status information to the README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d245fd..8977ecf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ A Gradle Plugin to determine which modules were affected by a set of files in a The AffectedModuleDetector will look at the last commit and determine which files have changed, it will then build a dependency graph of all the modules in the project. The detector exposes a set of APIs which can be used to determine whether a module was considered affected. +### ⚠️ Maintenance Status + +Affected Module Detector is in maintenance mode. + +Only critical fixes may be merged. There are no plans for new features and no guaranteed support timeline. See [this issue](https://github.com/dropbox/AffectedModuleDetector/issues/335) for details and ownership discussion. + ### Git The module detector assumes that it is being applied to a project stored in git and a git client is present on the system. It will query the last commit on the current branch to determine the list of files changed.