Skip to content

Run manual, audit, and standards hooks on main branch pushes#421

Merged
jbampton merged 1 commit intomainfrom
copilot/run-manual-audit-standards-hooks
Apr 4, 2026
Merged

Run manual, audit, and standards hooks on main branch pushes#421
jbampton merged 1 commit intomainfrom
copilot/run-manual-audit-standards-hooks

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

The three pre-commit hook workflows only triggered on pull_request, leaving main branch pushes unchecked.

Changes

  • All three workflows (pre-commit.yml, pre-commit-manual.yml, pre-commit-audit.yml): added push: branches: [main] trigger alongside the existing pull_request trigger.
on:
  pull_request:
  push:
    branches: [main]

@jbampton jbampton added github_actions Pull requests that update Github_actions code tests labels Apr 4, 2026
@jbampton jbampton added this to the Hackfest milestone Apr 4, 2026
@jbampton jbampton added this to Next Apr 4, 2026
@github-project-automation github-project-automation bot moved this to In progress in Next Apr 4, 2026
@jbampton
Copy link
Copy Markdown
Member

jbampton commented Apr 4, 2026

/gemini review

@jbampton jbampton marked this pull request as ready for review April 4, 2026 09:14
@jbampton jbampton self-requested a review as a code owner April 4, 2026 09:14
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@jbampton jbampton moved this from In progress to Review in progress in Next Apr 4, 2026
Copy link
Copy Markdown
Member

@jbampton jbampton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@jbampton jbampton merged commit c1b2913 into main Apr 4, 2026
12 of 13 checks passed
@jbampton jbampton deleted the copilot/run-manual-audit-standards-hooks branch April 4, 2026 09:16
@github-project-automation github-project-automation bot moved this from Review in progress to Done in Next Apr 4, 2026
Copilot AI added a commit that referenced this pull request Apr 4, 2026
… workflows (#421)

Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/74413ae5-9c4f-4fec-988b-e7e8a7644c22

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
jbampton added a commit that referenced this pull request Apr 4, 2026
* fix: add branch=main to GitHub Actions status badge URLs in README

Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/8e809b33-603c-4b8a-b098-e037fcee17e8

Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>

* Add push trigger for main branch to manual, audit, and standards hook workflows (#421)

Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/74413ae5-9c4f-4fec-988b-e7e8a7644c22

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update Github_actions code tests

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants