From 29e1dbe93cd77bce4a1389b93e25697b850b60bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Feb 2026 01:47:50 +0000 Subject: [PATCH] Fix grammar and emoji display issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix grammar in docs/issue-triage.md: 'will when' -> 'will run when' - Fix broken emoji in README.md: replace malformed character with 👥 emoji --- README.md | 2 +- docs/issue-triage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe20a3..737c7a5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com - [📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends - [👥 Daily Repo Status](docs/daily-repo-status.md) - Assess repository activity and create status reports -- [� Daily Team Status](docs/daily-team-status.md) - Create upbeat daily team activity summaries with productivity insights +- [👥 Daily Team Status](docs/daily-team-status.md) - Create upbeat daily team activity summaries with productivity insights - [📋 Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination ### Dependency Management Workflows diff --git a/docs/issue-triage.md b/docs/issue-triage.md index 5d5cb22..31d4ec3 100644 --- a/docs/issue-triage.md +++ b/docs/issue-triage.md @@ -2,7 +2,7 @@ > For an overview of all available workflows, see the [main README](../README.md). -The [issue triage workflow](../workflows/issue-triage.md?plain=1) will when issues are created or reopened to triage issues in the repository. +The [issue triage workflow](../workflows/issue-triage.md?plain=1) will run when issues are created or reopened to triage issues in the repository. ## Installation