mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-16 10:53:25 +00:00
Fixing some stuff with learning hub and app automations (#2291)
This commit is contained in:
@@ -76,6 +76,7 @@ export default defineConfig({
|
|||||||
items: [
|
items: [
|
||||||
"learning-hub/github-copilot-app",
|
"learning-hub/github-copilot-app",
|
||||||
"learning-hub/working-with-canvas-extensions",
|
"learning-hub/working-with-canvas-extensions",
|
||||||
|
"learning-hub/using-automations-in-copilot-app",
|
||||||
"learning-hub/what-are-agents-skills-instructions",
|
"learning-hub/what-are-agents-skills-instructions",
|
||||||
"learning-hub/agents-and-subagents",
|
"learning-hub/agents-and-subagents",
|
||||||
"learning-hub/understanding-copilot-context",
|
"learning-hub/understanding-copilot-context",
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: 'Using Automations in the GitHub Copilot app'
|
title: "Using Automations in the GitHub Copilot app"
|
||||||
description: 'A practical guide to getting started with Copilot app automations using templates, iterative refinement, and real-world examples.'
|
description: "A practical guide to getting started with Copilot app automations using templates, iterative refinement, and real-world examples."
|
||||||
authors:
|
authors:
|
||||||
- GitHub Copilot Learning Hub Team
|
- GitHub Copilot Learning Hub Team
|
||||||
lastUpdated: 2026-06-17
|
lastUpdated: 2026-06-17
|
||||||
estimatedReadingTime: '10 minutes'
|
estimatedReadingTime: "10 minutes"
|
||||||
tags:
|
tags:
|
||||||
- copilot-app
|
- copilot-app
|
||||||
- automations
|
- automations
|
||||||
@@ -61,13 +61,15 @@ If your first version is only 70% right, that is normal. The fastest path is to
|
|||||||
|
|
||||||
Here is a real in-app automation used on the `github/awesome-copilot` repository:
|
Here is a real in-app automation used on the `github/awesome-copilot` repository:
|
||||||
|
|
||||||
| Field | Value |
|
| Field | Value |
|
||||||
|---|---|
|
| ---------------- | --------------------------------------------------------------------------------------------------------- |
|
||||||
| **Name** | Awesome Copilot daily PR summary |
|
| **Name** | Awesome Copilot daily PR summary |
|
||||||
| **Interval** | Daily at 09:00 |
|
| **Interval** | Daily at 09:00 |
|
||||||
| **Mode** | Autopilot |
|
| **Mode** | Autopilot |
|
||||||
| **What it does** | Pulls open PRs via `gh api`, filters to updates in the last 24 hours, and returns a concise summary table |
|
| **What it does** | Pulls open PRs via `gh api`, filters to updates in the last 24 hours, and returns a concise summary table |
|
||||||
|
|
||||||
|
[](ghapp://automations/new?name=Awesome%20Copilot%20daily%20PR%20summary&trigger=daily&time=09%3A00&prompt=Pulls%20open%20PRs%20via%20gh%20api%2C%20filters%20to%20updates%20in%20the%20last%2024%20hours%2C%20and%20returns%20a%20concise%20summary%20table)
|
||||||
|
|
||||||
Why this works well:
|
Why this works well:
|
||||||
|
|
||||||
- It is narrowly scoped (one repo, one reporting goal).
|
- It is narrowly scoped (one repo, one reporting goal).
|
||||||
|
|||||||
Reference in New Issue
Block a user