Skip to content

Commit 93eefc8

Browse files
Copilotmnkiefer
andauthored
Convert release workflow to agentic source
Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/0e8ca1b4-cf60-4f23-8ef3-a9b899ba468e Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
1 parent 78321f1 commit 93eefc8

5 files changed

Lines changed: 1393 additions & 62 deletions

File tree

.gitattributes

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

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Compile workflows
21-
run: gh aw compile --dir workflows
21+
run: |
22+
gh aw compile
23+
gh aw compile --dir workflows
2224
env:
2325
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426

0 commit comments

Comments
 (0)