Skip to content

Commit 5bfcbbd

Browse files
committed
chore: update compiled workflows via e2e.sh
1 parent 97c45fa commit 5bfcbbd

75 files changed

Lines changed: 23271 additions & 7734 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"repo": "github/gh-aw/actions/setup",
3030
"version": "v0.37.7",
3131
"sha": "7986ef45a3c16fd6692dfc3c4976a5b859444fa3"
32+
},
33+
"github/gh-aw/actions/setup@v0.42.17": {
34+
"repo": "github/gh-aw/actions/setup",
35+
"version": "v0.42.17",
36+
"sha": "7a970851c1090295e55a16e549c61ba1ce227f16"
37+
},
38+
"github/gh-aw/actions/setup@v0.43.7": {
39+
"repo": "github/gh-aw/actions/setup",
40+
"version": "v0.43.7",
41+
"sha": "9513a842d1c5cc736f198db66155b26fc619af6a"
3242
}
3343
}
3444
}

.github/workflows/agentics-maintenance.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
1414
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
1515
#
16-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.37.22). DO NOT EDIT.
16+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.43.7). DO NOT EDIT.
1717
#
1818
# To regenerate this workflow, run:
1919
# gh aw compile
@@ -26,7 +26,7 @@
2626
# ./gh-aw compile --validate --verbose
2727
#
2828
# The workflow is generated when any workflow uses the 'expires' field
29-
# in create-discussions or create-issues safe-outputs configuration.
29+
# in create-discussions, create-issues, or create-pull-request safe-outputs configuration.
3030
# Schedule frequency is automatically determined by the shortest expiration time.
3131
#
3232
name: Agentic Maintenance
@@ -44,14 +44,15 @@ jobs:
4444
permissions:
4545
discussions: write
4646
issues: write
47+
pull-requests: write
4748
steps:
4849
- name: Setup Scripts
49-
uses: github/gh-aw/actions/setup@v0.37.22
50+
uses: github/gh-aw/actions/setup@v0.43.7
5051
with:
5152
destination: /opt/gh-aw/actions
5253

5354
- name: Close expired discussions
54-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
55+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
5556
with:
5657
script: |
5758
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
@@ -60,10 +61,19 @@ jobs:
6061
await main();
6162
6263
- name: Close expired issues
63-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
64+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6465
with:
6566
script: |
6667
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
6768
setupGlobals(core, github, context, exec, io);
6869
const { main } = require('/opt/gh-aw/actions/close_expired_issues.cjs');
6970
await main();
71+
72+
- name: Close expired pull requests
73+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
74+
with:
75+
script: |
76+
const { setupGlobals } = require('/opt/gh-aw/actions/setup_globals.cjs');
77+
setupGlobals(core, github, context, exec, io);
78+
const { main } = require('/opt/gh-aw/actions/close_expired_pull_requests.cjs');
79+
await main();

.github/workflows/test-claude-add-comment.lock.yml

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

.github/workflows/test-claude-add-discussion-comment.lock.yml

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

.github/workflows/test-claude-add-labels.lock.yml

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

.github/workflows/test-claude-command.lock.yml

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

.github/workflows/test-claude-create-code-scanning-alert.lock.yml

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

.github/workflows/test-claude-create-discussion.lock.yml

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

.github/workflows/test-claude-create-issue.lock.yml

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

.github/workflows/test-claude-create-pull-request-review-comment.lock.yml

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

0 commit comments

Comments
 (0)