Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Tue, 09 Sep 2025 21:47:18 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3794: Update CONTRIBUTING.md In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3272390657 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3794 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3794#issuecomment-3272390657 Content-Type: text/plain; charset=utf-8 > I think it's not running because of the path filter excluding docs-only changes: > > https://github.com/pgjdbc/pgjdbc/blob/b1c939fadc1df40eb09cc9a2d2ab08bc42b64e8d/.github/workflows/main.yml#L14-L17 > > But I guess it's marked as required at the repo level. So it doesn't consider the PR ready to go, but it will never actually try to run the (pointless) style check. I figured as much.