Skip to content

Commit 3462045

Browse files
committed
update agentics
1 parent 30f2254 commit 3462045

20 files changed

Lines changed: 52 additions & 2 deletions

.github/aw/actions-lock.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,26 @@
55
"version": "v4",
66
"sha": "34e114876b0b11c390a56381ad16ebd13914f8d5"
77
},
8+
"actions/checkout@v6.0.2": {
9+
"repo": "actions/checkout",
10+
"version": "v6.0.2",
11+
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
12+
},
13+
"actions/download-artifact@v8": {
14+
"repo": "actions/download-artifact",
15+
"version": "v8",
16+
"sha": "70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3"
17+
},
818
"actions/github-script@v8": {
919
"repo": "actions/github-script",
1020
"version": "v8",
1121
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
1222
},
23+
"actions/upload-artifact@v7": {
24+
"repo": "actions/upload-artifact",
25+
"version": "v7",
26+
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
27+
},
1328
"github/gh-aw/actions/setup@v0.52.1": {
1429
"repo": "github/gh-aw/actions/setup",
1530
"version": "v0.52.1",
@@ -19,6 +34,21 @@
1934
"repo": "github/gh-aw/actions/setup",
2035
"version": "v0.53.6",
2136
"sha": "956f874e40e831c08a8b01ec76f5d49ae3fe8387"
37+
},
38+
"github/gh-aw/actions/setup@v0.55.0": {
39+
"repo": "github/gh-aw/actions/setup",
40+
"version": "v0.55.0",
41+
"sha": "e211c855a20aa6cf9297b411466e1c382a8686db"
42+
},
43+
"github/gh-aw/actions/setup@v0.56.2": {
44+
"repo": "github/gh-aw/actions/setup",
45+
"version": "v0.56.2",
46+
"sha": "f1073c5498ee46fec1530555a7c953445417c69b"
47+
},
48+
"super-linter/super-linter@v8.5.0": {
49+
"repo": "super-linter/super-linter",
50+
"version": "v8.5.0",
51+
"sha": "61abc07d755095a68f4987d1c2c3d1d64408f1f9"
2252
}
2353
}
2454
}

.github/workflows/daily-repo-goals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ safe-outputs:
3131
create-pull-request:
3232
draft: true
3333
labels: [automation, hygiene, factory]
34+
protected-files: fallback-to-issue
3435
---
3536

3637
# Daily Repo Goal Achiever

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ safe-outputs:
4141
labels: [automation]
4242
draft: false
4343
if-no-changes: "warn"
44+
protected-files: fallback-to-issue
4445
push-to-pull-request-branch:
4546
title-prefix: "[auto-update]"
4647
if-no-changes: "warn"

.github/workflows/import-workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ safe-outputs:
2626
create-pull-request:
2727
draft: true
2828
labels: [automation, import]
29+
protected-files: fallback-to-issue
2930

3031
tools:
3132
github:

.github/workflows/link-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ safe-outputs:
103103
create-pull-request:
104104
title-prefix: "[link-checker] "
105105
labels: [documentation, automated]
106-
draft: false
107106
if-no-changes: "warn"
107+
protected-files: fallback-to-issue
108108
noop:
109109
---
110110

.github/workflows/maintainer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ network: defaults
1010

1111
safe-outputs:
1212
create-pull-request:
13+
title-prefix: "[agentic-workflow-maintainer] "
14+
labels: [agentic-workflow-maintainer, automated]
15+
protected-files: fallback-to-issue
16+
if-no-changes: "warn"
1317
create-issue:
1418

1519
tools:

workflows/agentic-wiki-coder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ safe-outputs:
3636
create-pull-request:
3737
title-prefix: "[wiki-to-code]"
3838
labels: [enhancement, automated, wiki-driven]
39+
protected-files: fallback-to-issue
3940
noop: {}
4041
timeout-minutes: 120
4142
---

workflows/agentic-wiki-writer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ safe-outputs:
4646
create-pull-request:
4747
title-prefix: "[agentic-wiki]"
4848
labels: [documentation, automated]
49+
protected-files: fallback-to-issue
4950
jobs:
5051
push-wiki:
5152
description: >

workflows/ci-coach.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tools:
2727
safe-outputs:
2828
create-pull-request:
2929
expires: 2d
30+
protected-files: fallback-to-issue
3031
title-prefix: "[ci-coach] "
3132
github-token-for-extra-empty-commit: ${{ secrets.GH_AW_CI_TRIGGER_TOKEN }}
3233
timeout-minutes: 30

workflows/code-simplifier.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ safe-outputs:
2727
title-prefix: "[code-simplifier] "
2828
labels: [refactoring, code-quality, automation]
2929
expires: 1d
30+
protected-files: fallback-to-issue
3031

3132
tools:
3233
github:

0 commit comments

Comments
 (0)