chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-23 01:26:18 +00:00
parent d2c152e003
commit a999aa3278
11 changed files with 2786 additions and 1246 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -21,6 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install gh-aw extension
uses: github/gh-aw-actions/setup-cli@b8068426813005612b960b5ab0b8bd2c27142323 # v0.71.5
uses: github/gh-aw-actions/setup-cli@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9
with:
version: v0.71.5
version: v0.80.9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -4,6 +4,8 @@ description: "Daily check for new GitHub Copilot features and updates. Opens a P
on:
schedule: daily
workflow_dispatch:
permissions:
contents: read
tools:
bash: ["curl", "gh"]
edit:
@@ -83,4 +85,4 @@ Create a pull request with your changes, using the `staged` branch as the base b
2. What sections of the guide were updated
3. Links to the source announcements
The PR should target the `staged` branch and include the labels `automated-update` and `copilot-updates`.
The PR should target the `staged` branch and include the labels `automated-update` and `copilot-updates`.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long