Updating agentic workflows (#1397)

This commit is contained in:
Aaron Powell
2026-04-16 08:57:55 +10:00
committed by GitHub
parent c356debcbb
commit 3ce818d8d1
8 changed files with 2255 additions and 1506 deletions

View File

@@ -15,15 +15,20 @@
"version": "v8", "version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd" "sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
}, },
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
},
"actions/upload-artifact@v7.0.0": { "actions/upload-artifact@v7.0.0": {
"repo": "actions/upload-artifact", "repo": "actions/upload-artifact",
"version": "v7.0.0", "version": "v7.0.0",
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" "sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
}, },
"github/gh-aw-actions/setup@v0.64.2": { "github/gh-aw-actions/setup@v0.68.3": {
"repo": "github/gh-aw-actions/setup", "repo": "github/gh-aw-actions/setup",
"version": "v0.64.2", "version": "v0.68.3",
"sha": "f22886a9607f5c27e79742a8bfc5faa34737138b" "sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
}, },
"github/gh-aw/actions/setup@v0.64.2": { "github/gh-aw/actions/setup@v0.64.2": {
"repo": "github/gh-aw/actions/setup", "repo": "github/gh-aw/actions/setup",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
--- ---
description: 'Updates the CODEOWNERS file when a maintainer comments #codeowner on a pull request' description: "Updates the CODEOWNERS file when a maintainer comments #codeowner on a pull request"
on: on:
issue_comment: issue_comment:
types: [created] types: [created]
@@ -16,7 +16,6 @@ safe-outputs:
base-branch: staged base-branch: staged
title-prefix: "[codeowner] " title-prefix: "[codeowner] "
draft: false draft: false
github-token: ${{ secrets.GH_AW_CODEOWNER_PR_TOKEN }}
add-comment: add-comment:
max: 1 max: 1
noop: noop:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff