headroom/.github/act
Copilot 96a7d7cbbe
Fix CI lint failure by formatting PR governance scripts (#933)
`CI / lint (pull_request)` failed because `ruff format --check` detected
formatting drift in the new PR governance script and its tests. This PR
aligns those files with repository formatting rules so the lint job can
pass.

- **Root cause**
  - `ruff format --check .` reported two files as non-canonical:
    - `scripts/pr-governance.py`
    - `scripts/tests/test_pr_governance.py`

- **Change set**
  - Applied `ruff` formatting to only the two flagged files.
- No behavioral or logic changes; edits are line-wrap/format
normalization only.

- **Representative update**
  ```python
  parser.add_argument(
"--event", type=Path, required=True, help="Path to the GitHub event
payload JSON."
  )
  ```

---------

Co-authored-by: JerrettDavis <mxjerrett@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-12 17:11:39 -05:00
..
docker-version.json ci: validate release workflows with act 2026-04-18 15:38:10 -05:00
dry-run.json feat: add act testing config, fix gitignore, make workflow production-ready 2026-04-15 20:28:29 -05:00
pr-governance-invalid.json Fix CI lint failure by formatting PR governance scripts (#933) 2026-06-12 17:11:39 -05:00
pr-governance-valid.json Fix CI lint failure by formatting PR governance scripts (#933) 2026-06-12 17:11:39 -05:00
push-feat.json feat: add act testing config, fix gitignore, make workflow production-ready 2026-04-15 20:28:29 -05:00
push-merge-pr.json fix: skip commitlint for PR merge commits 2026-04-20 22:52:20 -05:00
release-published.json ci(release): fix workflow-validation for new release trigger 2026-05-25 18:36:12 -07:00