From 1ea33f2ed1ed99415e36fd3fcbe69570b088353f Mon Sep 17 00:00:00 2001 From: Morgan Blackthorne Date: Thu, 14 May 2026 01:40:21 -0700 Subject: [PATCH] docs: add GHA monitoring rule to git workflow Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 0c742d4..635f27b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,3 +16,4 @@ Do not add new top-level one-off scripts when a `plexadm` subcommand or helper m - Never push commits directly to `master`. Always open a pull request from a feature/fix branch. - Use squash merge strategy when merging pull requests. +- After merging any pull request, monitor the GitHub Actions workflow runs to confirm CI passes.