github-actions[bot]
a28f08e0fc
chore: publish from staged
2026-06-16 23:44:44 +00:00
github-actions[bot]
213aafebf9
chore: publish from staged
2026-06-16 05:40:45 +00:00
github-actions[bot]
4b3aef00ec
chore: publish from staged
2026-06-15 00:59:25 +00:00
github-actions[bot]
a1fc7f1a57
chore: publish from staged
2026-06-12 02:22:11 +00:00
github-actions[bot]
8e752b59fd
chore: publish from staged
2026-06-11 05:18:02 +00:00
github-actions[bot]
a94b92dfb2
chore: publish from staged
2026-06-10 05:15:21 +00:00
github-actions[bot]
fbd6fe77d7
chore: publish from staged
2026-06-10 04:44:34 +00:00
github-actions[bot]
242793e14b
chore: publish from staged
2026-06-09 05:55:33 +00:00
github-actions[bot]
fb5e0f561f
chore: publish from staged
2026-06-09 05:09:03 +00:00
github-actions[bot]
ff13c78adf
chore: publish from staged
2026-06-04 19:31:13 +00:00
github-actions[bot]
9b74459b5a
chore: publish from staged
2026-05-29 04:10:22 +00:00
github-actions[bot]
53cf519185
chore: publish from staged
2026-05-28 05:50:32 +00:00
github-actions[bot]
219d31a21e
chore: publish from staged
2026-05-28 05:07:44 +00:00
github-actions[bot]
f8c986079e
chore: publish from staged
2026-05-26 00:45:02 +00:00
Aaron Powell
2ca49df9d4
Adding a new /rerun-intake command for when updates are required ( #1786 )
...
* Adding a new /rerun-intake command for when updates are required
Reruns the intake process if feedback is given that will require the submitter to update something about the submittion.
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Use rerun command constant in parser regex
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-05-22 10:53:15 +10:00
Aaron Powell
3b9e5e1842
Fixing code scanning #24 ( #1760 )
2026-05-19 12:25:39 +10:00
Copilot
76445eea75
fix: add explicit permissions to build-website workflow (CodeQL alert #30 ) ( #1759 )
...
* Initial plan
* fix: add explicit permissions to build-website workflow (alert #30 )
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-05-19 12:25:17 +10:00
Aaron Powell
0528d4104c
Agentic Workflows update ( #1727 )
...
* adding a deeper analysis of the oldest items in the report
* Updating aw
2026-05-15 16:33:29 +10:00
Aaron Powell
e66aa80240
feat: add public external plugin workflows ( #1723 )
...
* feat: add external plugin submission workflows
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* minor adjustment to contributing guide
* fix: address external plugin review feedback
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Reverting some changes to the readme.agents.md file
* fix: address follow-up review feedback
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: tighten external plugin workflows
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-15 15:37:18 +10:00
Aaron Powell
0d9792baf1
updating agentic workflows ( #1666 )
2026-05-11 11:29:18 +10:00
Aaron Powell
9aa4f61105
Patching the comment with the check results over creating a new one ( #1637 )
...
* Patching the comment with the check results over creating a new oneAvoids spamming multiple comments
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-07 10:02:09 +10:00
Aaron Powell
3a81b4e57f
Updating the action triggers for more events ( #1636 )
2026-05-07 09:24:12 +10:00
Aaron Powell
ce516684b5
Add labels for skill check findings ( #1627 )
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-06 10:05:16 +10:00
Aaron Powell
1f96bce626
Updating version ( #1620 )
2026-05-05 13:58:41 +10:00
Aaron Powell
e2f5b958b1
Bumping to node 22 for astro ( #1618 )
2026-05-05 12:01:49 +10:00
Aaron Powell
1b7a70a049
Run contributor checks from AGT scripts ( #1617 )
...
* Run contributor checks from AGT scripts
Fetch the pinned AGT contributor check scripts directly and execute them with Python so the workflow no longer depends on missing console entrypoints from the published package.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Log contributor check JSON outputs
Dump the raw AGT JSON outputs and stderr logs in the contributor check workflow to make future debugging easier.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-05 11:53:18 +10:00
Aaron Powell
4577676325
Fix contributor check risk parsing ( #1614 )
...
Normalize AGT risk extraction in the contributor check workflow so missing per-check values do not render as blank or inflate the overall risk.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-05 11:03:48 +10:00
Copilot
a294b62401
fix: grant pull-requests: write permission in label-pr-intent workflow ( #1612 )
...
* Initial plan
* fix: grant pull-requests: write permission in label-pr-intent workflow
Agent-Logs-Url: https://github.com/github/awesome-copilot/sessions/02960aad-3fd4-45cf-b9d1-9aa219e14604
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-05-05 09:52:57 +10:00
Aaron Powell
b644d55e12
feat: add PR intent labeling workflow ( #1604 )
...
* feat: label PR intent
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* need a git repo
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-04 16:34:15 +10:00
Imran Siddique
c02894b9ad
feat(ci): add contributor reputation check workflow ( #1520 )
...
Add automated contributor reputation screening on PR/issue open events
using AGT's pip-installable CLI tools. Detects coordinated inauthentic
contribution patterns (credential laundering, spray-and-pray).
- Installs via pip (pinned to agent-governance-toolkit==3.3.0)
- Uses jq for JSON parsing
- Fails closed: UNKNOWN risk maps to MEDIUM
- Posts risk summary comment on MEDIUM/HIGH with link to workflow run
- Adds needs-review label for maintainer attention
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-04 14:16:27 +10:00
Aaron Powell
15d91bf066
Updating the workflow to publish to the new marketplace branch ( #1567 )
...
* Updating the workflow to publish to the new marketplace branch
Using env vars for the branch names so that we can easily update without inlining everything as we progress through
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-30 16:39:22 +10:00
Sertxito
e2ae5cc559
feat(skills): add IoT edge skills and align agent/instruction docs ( #1431 )
...
* feat(skills): add IoT edge skills and align agent/instruction docs
* fix(ci): handle fork permission errors in plugin structure check
* fix(ci): allow intentional Spanish vocabulary in codespell
* docs(skills): translate IoT edge skill content to English
* fix(ci): pass codespell and README validation
* chore: regenerate skills index after merge
2026-04-29 11:15:42 +10:00
Aaron Powell
2f972ba80c
Consolidate scripts and automate report management ( #1540 )
...
* removing old scripts
* consolidated folder
* Updating usage of scripts
* Adding script to generate an open PR report, rather than making AI gen it each time
* Adding step to close old quality report discussions
2026-04-28 17:29:40 +10:00
Aaron Powell
3ce818d8d1
Updating agentic workflows ( #1397 )
2026-04-16 08:57:55 +10:00
Jan Krivanek
dd3bce4417
Improve skills validation runs ( #1387 )
2026-04-14 10:39:08 +10:00
Aaron Powell
7df3657076
fix: remove shell usage from plugin check ( #1367 )
...
* fix: remove shell usage from plugin check
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: harden plugin symlink scan
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-10 14:24:59 +10:00
Renee Noble
68bd143e37
Fix broken links beginners cli course sync ( #1263 )
...
* chore: publish from staged
* Update instructions for converting links from original repo
* Correct existing broken links
* chore: retrigger ci
* cleaning up marerialzed plugins
* Fixing clean script to sort out plugin.json file too
* Fixing readme
* Fixing plugin.json drift
* Fixing readme
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com >
2026-04-09 10:22:38 +10:00
Satya K
cf971d10f1
fix: default contributor bot PRs to staged ( #1256 )
...
* fix: default contributor bot PRs to staged
* fix(contributors-workflow): checkout staged when generating PR
2026-04-02 10:02:43 +11:00
Jan Krivanek
ca87cfcc9e
Fix the nightly report summaries ( #1251 )
...
* Fix the nightly report summaries
* Fix workflow trigger
* Fix advisory regex to handle optional variation selector
Match ℹ with or without the trailing U+FE0F variation selector so advisory counts are reliable regardless of output encoding.
2026-04-02 10:01:32 +11:00
Jan Krivanek
35d73e004a
Nightly report: post details as follow-up comments instead of truncating ( #1239 )
...
When the full report exceeds GitHub's 65K body limit, the summary
table stays in the discussion/issue body and the verbose skill/agent
output is posted as follow-up comments (split into chunks if needed).
This ensures no output is lost.
2026-04-01 10:37:55 +11:00
Jan Krivanek
1c6002448d
Fix eval workflows ( #1228 )
...
* Fix eval workflows
* Address review: secure two-phase PR comment & byte-based truncation
- skill-check.yml: Revert to pull_request trigger (read-only token).
Remove PR comment posting; upload results as artifact instead.
- skill-check-comment.yml: New workflow_run-triggered workflow that
downloads the artifact and posts/updates the PR comment with
write permissions, without ever checking out PR code.
- skill-quality-report.yml: Replace character-based truncation with
byte-based (Buffer.byteLength) limit. Shrink <details> sections
structurally before falling back to hard byte-trim, keeping
markdown rendering intact.
2026-03-31 10:47:54 +11:00
Jan Krivanek
85d690908b
Add static eval via skill-validator ( #1195 )
...
* Add static eval via skill-validator
* Add issues: write permission for PR comment posting
2026-03-30 12:02:11 +11:00
Aaron Powell
6cef3005bd
Content updater workflow change ( #1189 )
...
* Ignoring the CLI for Beginners course from the learning hub updater
* bumping aw release
2026-03-27 15:46:56 +11:00
Aaron Powell
90b4bf3853
Copilot CLI for Beginners website experience ( #1078 )
...
* Initial pass at bringing a website experience to copilot cli for beginners
* dropped the number from the heading
* Adding codeowner
* agentic workflow to keep the docs in sync
* Making it more aligned with the source material
* Removing the badges and TOC since we get some of that from astro
* updating the agentic workflow
* Adding learning hub to llms.txt
* Removing nav that comes from the source markdown files
2026-03-26 09:03:21 +11:00
Aaron Powell
562185066e
Website build error ( #1136 )
...
* Fixing model names
* handling arrays of models for agent frontmatter
* Cleaning up some warnings on website build
* adding a workflow to run and perform CI of the website
2026-03-23 16:04:46 +11:00
Aaron Powell
6962f991ed
Updating workflow to ignore noop ( #1135 )
2026-03-23 15:29:43 +11:00
Simon Kurtz
919fdb3f8e
fix: pin GitHub Actions to immutable SHA hashes to prevent supply chain attacks ( #1088 )
...
* chore: publish from staged
* fix: pin GitHub Actions to immutable SHA hashes to prevent supply chain attacks
Co-authored-by: simonkurtz-MSFT <84809797+simonkurtz-MSFT@users.noreply.github.com >
* chore: publish from staged
* Clean plugins
* Clean plugins
* Clean plugins
* Fix gem-team plugin
* Reset README.plugins.md
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-03-23 10:37:40 +11:00
Aaron Powell
cb6cf924fb
update to aw 0.61.2 ( #1080 )
2026-03-19 15:45:27 +11:00
Aaron Powell
f97b43dd7c
Learning hub evergreen ( #1037 )
...
* Adding new learning hub updater workflow
* Updating aw to latest
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-17 14:18:58 +11:00
Aaron Powell
3025370a15
Updating our agentic workflows ( #996 )
2026-03-13 12:25:46 +11:00