Skip to content

Commit cf3a0d5

Browse files
authored
Merge branch 'main' into add-grumpy-reviewer-b81330d32aa9bc17
2 parents 61e9c43 + dc39bb2 commit cf3a0d5

54 files changed

Lines changed: 2039 additions & 212 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@
3434
"repo": "github/gh-aw/actions/setup",
3535
"version": "v0.45.5",
3636
"sha": "852cb06ad52958b402ed982b69957ffc57ca0619"
37+
},
38+
"github/gh-aw/actions/setup@v0.47.2": {
39+
"repo": "github/gh-aw/actions/setup",
40+
"version": "v0.47.2",
41+
"sha": "faf2523ba6ae8aa862dc5c98e06d72e54a342d1f"
42+
},
43+
"github/gh-aw/actions/setup@v0.47.6": {
44+
"repo": "github/gh-aw/actions/setup",
45+
"version": "v0.47.6",
46+
"sha": "3b6ab5488e05abd34d6a599d61459477e45d5299"
47+
},
48+
"github/gh-aw/actions/setup@v0.48.1": {
49+
"repo": "github/gh-aw/actions/setup",
50+
"version": "v0.48.1",
51+
"sha": "26b6572ae210580303087bc3142fe58d140bf65c"
3752
}
3853
}
3954
}

.github/workflows/daily-repo-goals.lock.yml

Lines changed: 92 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-workflow-sync.lock.yml

Lines changed: 102 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-workflow-sync.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
persist-credentials: false
2122

2223
- name: Install gh-aw extension
2324
run: gh extension install github/gh-aw || gh extension upgrade github/gh-aw

.github/workflows/import-workflow.lock.yml

Lines changed: 84 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/link-checker.lock.yml

Lines changed: 90 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/link-checker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ steps:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
persist-credentials: false
1718

1819
- name: Check and test all documentation links
1920
id: link-check

.github/workflows/maintainer.lock.yml

Lines changed: 89 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/maintainer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ timeout-minutes: 30
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
28+
persist-credentials: false
2629

2730
- name: Install gh-aw extension
2831
run: |

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
2121
### Research, Status & Planning Workflows
2222

2323
- [📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
24+
- [📊 Weekly Issue Summary](docs/weekly-issue-summary.md) - Weekly issue activity report with trend charts and recommendations
2425
- [👥 Daily Repo Status](docs/daily-repo-status.md) - Assess repository activity and create status reports
2526
- [👥 Daily Team Status](docs/daily-team-status.md) - Create upbeat daily team activity summaries with productivity insights
2627
- [📋 Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
@@ -61,10 +62,15 @@ You can use the "/plan" agent to turn the reports into actionable issues which c
6162
- [⚡ Daily Performance Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
6263
- [🔥 Daily Backlog Burner](docs/daily-backlog-burner.md) - Systematically manage and reduce backlog through strategic cleanup
6364

65+
## Security Workflows
66+
67+
- [🔍 Daily Malicious Code Scan](docs/daily-malicious-code-scan.md) - Daily scan of recent code changes for suspicious patterns indicating malicious activity or supply chain attacks
68+
6469
## Maintainer
6570

6671
- [🛡️ AI Moderator](docs/ai-moderator.md) - Automatically detect and moderate spam, link spam, and AI-generated content
6772
- [🔍 Contribution Check](docs/contribution-check.md) - Regularly review batches of open PRs against contribution guidelines and create prioritized reports
73+
- [🤖 Repo Assist](docs/repo-assist.md) - Daily repository assistant that triages issues, fixes bugs, proposes improvements, and maintains activity summaries
6874

6975
## Meta-Workflows
7076

0 commit comments

Comments
 (0)