mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-09 00:22:11 +00:00
Updating agentic workflows (#1397)
This commit is contained in:
@@ -15,15 +15,20 @@
|
||||
"version": "v8",
|
||||
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
|
||||
},
|
||||
"actions/github-script@v9": {
|
||||
"repo": "actions/github-script",
|
||||
"version": "v9",
|
||||
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
|
||||
},
|
||||
"actions/upload-artifact@v7.0.0": {
|
||||
"repo": "actions/upload-artifact",
|
||||
"version": "v7.0.0",
|
||||
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
|
||||
},
|
||||
"github/gh-aw-actions/setup@v0.64.2": {
|
||||
"github/gh-aw-actions/setup@v0.68.3": {
|
||||
"repo": "github/gh-aw-actions/setup",
|
||||
"version": "v0.64.2",
|
||||
"sha": "f22886a9607f5c27e79742a8bfc5faa34737138b"
|
||||
"version": "v0.68.3",
|
||||
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
|
||||
},
|
||||
"github/gh-aw/actions/setup@v0.64.2": {
|
||||
"repo": "github/gh-aw/actions/setup",
|
||||
|
||||
+392
-262
File diff suppressed because it is too large
Load Diff
+408
-291
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
@@ -16,7 +16,6 @@ safe-outputs:
|
||||
base-branch: staged
|
||||
title-prefix: "[codeowner] "
|
||||
draft: false
|
||||
github-token: ${{ secrets.GH_AW_CODEOWNER_PR_TOKEN }}
|
||||
add-comment:
|
||||
max: 1
|
||||
noop:
|
||||
|
||||
+361
-235
File diff suppressed because it is too large
Load Diff
+365
-253
File diff suppressed because it is too large
Load Diff
+359
-225
File diff suppressed because it is too large
Load Diff
+361
-235
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user