Skip to content

Commit 3d621ba

Browse files
committed
Add migration workflow for agentic workflows from githubnext/gh-aw
- Implemented a GitHub Actions workflow to facilitate the migration of agentic workflows from the githubnext/gh-aw repository. - The workflow includes steps for normalizing workflow names, fetching workflows and shared dependencies, saving the main workflow, updating source fields, compiling workflows, and reporting results. - Added error handling and security considerations to ensure safe migration practices.
1 parent b7349dd commit 3d621ba

4 files changed

Lines changed: 5069 additions & 5 deletions

File tree

.github/workflows/maintainer.lock.yml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/maintainer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ network: defaults
1010
engine: claude
1111
safe-outputs:
1212
create-pull-request:
13-
draft: false
1413
create-issue:
15-
title-prefix: "${{ github.workflow }}"
1614

1715
tools:
1816
github:
1917
toolsets: [repos, issues, pull_requests]
20-
bash: [ "*" ]
18+
bash:
19+
- "*"
2120

2221
timeout_minutes: 30
2322

0 commit comments

Comments
 (0)