Skip to content

Commit 45ab08c

Browse files
committed
fix: compile gh-aw workflows and fix frontmatter errors
- Fix create-pull-request: base → base-branch (correct field name) - Fix push-to-pull-request-branch: target "created" → "*" with title-prefix and labels constraints - Remove edit: paths (not a valid property); use bare edit: - Remove web-search tool (not supported by copilot engine) - Compile both workflows with gh aw v0.68.1 (0 errors, 0 warnings) - Add .lock.yml files, .github/aw/actions-lock.json, .gitattributes
1 parent 34c82b5 commit 45ab08c

6 files changed

Lines changed: 2691 additions & 5 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v9": {
4+
"repo": "actions/github-script",
5+
"version": "v9",
6+
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
7+
},
8+
"github/gh-aw-actions/setup@v0.68.1": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.68.1",
11+
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)