From 32770aa440b5da381a5377c5ed8bab683325ba4a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Jun 2026 08:22:03 +0000 Subject: [PATCH 1/2] Add workflow badges for deploy and firebase hosting to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fbc738a7..13ae7494 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ [![Audit hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-audit.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-audit.yml?query=branch%3Amain) [![Manual hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-manual.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-manual.yml?query=branch%3Amain) [![Standard hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek.yml?query=branch%3Amain) +[![Deploy static site to GitHub Pages](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/deploy.yml?query=branch%3Amain) +[![Deploy to Firebase Hosting on merge](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-merge.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-merge.yml?query=branch%3Amain) +[![Deploy to Firebase Hosting on PR](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-pull-request.yml/badge.svg)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-pull-request.yml) [![Easter Eggs](https://img.shields.io/badge/Easter-Eggs-ff69b4?labelColor=9b59b6)](https://nextcommunity.github.io) From fd02146163cbf52b975775d44280ace59b84c38d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 28 Jun 2026 18:34:05 +1000 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ae7494..4542cf77 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Standard hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek.yml?query=branch%3Amain) [![Deploy static site to GitHub Pages](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/deploy.yml?query=branch%3Amain) [![Deploy to Firebase Hosting on merge](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-merge.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-merge.yml?query=branch%3Amain) -[![Deploy to Firebase Hosting on PR](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-pull-request.yml/badge.svg)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-pull-request.yml) +[![Deploy to Firebase Hosting on PR](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-pull-request.yml/badge.svg?event=pull_request)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/firebase-hosting-pull-request.yml?query=event%3Apull_request) [![Easter Eggs](https://img.shields.io/badge/Easter-Eggs-ff69b4?labelColor=9b59b6)](https://nextcommunity.github.io)