Skip to content

Commit e1ecf34

Browse files
committed
update workflows
1 parent 1f672ae commit e1ecf34

8 files changed

Lines changed: 331 additions & 282 deletions

β€Ž.github/aw/actions-lock.jsonβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"version": "v0.64.1",
5151
"sha": "f2ebb97e47f0704f098aeb6f8f32546ddc8fee85"
5252
},
53+
"github/gh-aw-actions/setup@v0.65.4": {
54+
"repo": "github/gh-aw-actions/setup",
55+
"version": "v0.65.4",
56+
"sha": "934698b44320d87a7a9196339f90293f10bd2247"
57+
},
5358
"github/gh-aw/actions/setup@v0.62.5": {
5459
"repo": "github/gh-aw/actions/setup",
5560
"version": "v0.62.5",

β€Ž.github/workflows/daily-repo-goals.lock.ymlβ€Ž

Lines changed: 74 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/daily-workflow-sync.lock.ymlβ€Ž

Lines changed: 56 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/import-workflow.lock.ymlβ€Ž

Lines changed: 56 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/link-checker.lock.ymlβ€Ž

Lines changed: 74 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/maintainer.lock.ymlβ€Ž

Lines changed: 58 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žworkflows/lean-squad.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ tools:
5252

5353
safe-outputs:
5454
messages:
55-
footer: "> Generated by πŸ“ Lean Squad at [{run-started}]({run_url}). [Learn more](https://github.com/githubnext/agentics/blob/main/docs/repo-assist.md)."
56-
run-started: "Lean Squad is processing {event_type}, started at at [{run-started}]({run_url})..."
57-
run-success: "βœ“ πŸ“Lean Squad completed successfully at {run-ended}."
58-
run-failure: "βœ— πŸ“Lean Squad encountered {status} at {run-ended}."
55+
footer: "> Generated by πŸ“ {workflow_name}, see [workflow run]({run_url}). [Learn more](https://github.com/githubnext/agentics/blob/main/docs/lean-squad.md)."
56+
run-started: "{workflow_name} is processing {event_type}, see [workflow run]({run_url})..."
57+
run-success: "βœ“ {workflow_name} completed successfully, see [workflow run]({run_url})."
58+
run-failure: "βœ— {workflow_name} encountered {status}, see [workflow run]({run_url})."
5959
create-issue:
6060
title-prefix: "[Lean Squad] "
6161
labels: [automation, lean-squad, aeneas-bug]

β€Žworkflows/repo-assist.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ tools:
4747

4848
safe-outputs:
4949
messages:
50-
footer: "> Generated by 🌈 Repo Assist at [{run-started}]({run_url}). [Learn more](https://github.com/githubnext/agentics/blob/main/docs/repo-assist.md)."
51-
run-started: "Repo Assist is processing {event_type}, started at at [{run-started}]({run_url})..."
52-
run-success: "βœ“ Repo Assist completed successfully at {run-ended}."
53-
run-failure: "βœ— Repo Assist encountered {status} at {run-ended}."
50+
footer: "> Generated by 🌈 {workflow_name}, see [workflow run]({run_url}). [Learn more](https://github.com/githubnext/agentics/blob/main/docs/repo-assist.md)."
51+
run-started: "{workflow_name} is processing {event_type}, see [workflow run]({run_url})..."
52+
run-success: "βœ“ {workflow_name} completed successfully, see [workflow run]({run_url})."
53+
run-failure: "βœ— {workflow_name} encountered {status}, see [workflow run]({run_url})."
5454
add-comment:
5555
max: 10
5656
target: "*"

0 commit comments

Comments
Β (0)