Skip to content

Commit 1591361

Browse files
committed
update workflows
1 parent 851905c commit 1591361

36 files changed

Lines changed: 1093 additions & 1426 deletions

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"version": "v7",
2626
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
2727
},
28+
"github/gh-aw-actions/setup@v0.61.1": {
29+
"repo": "github/gh-aw-actions/setup",
30+
"version": "v0.61.1",
31+
"sha": "be0029bbbaeef8c6bea6825f31d9593219b2dc28"
32+
},
2833
"github/gh-aw/actions/setup@v0.52.1": {
2934
"repo": "github/gh-aw/actions/setup",
3035
"version": "v0.52.1",

.github/workflows/daily-repo-goals.lock.yml

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

.github/workflows/daily-workflow-sync.lock.yml

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

.github/workflows/import-workflow.lock.yml

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

.github/workflows/link-checker.lock.yml

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

.github/workflows/maintainer.lock.yml

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

workflows/ai-moderator.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
timeout-minutes: 5
3+
34
on:
45
roles: all
56
issues:
@@ -13,17 +14,23 @@ on:
1314
forks: "*"
1415
skip-roles: [admin, maintainer, write, triage]
1516
skip-bots: [github-actions, copilot]
17+
1618
rate-limit:
1719
max: 5
1820
window: 60
21+
1922
concurrency:
2023
group: "gh-aw-${{ github.workflow }}-${{ github.event.issue.number || github.event.pull_request.number }}"
2124
cancel-in-progress: false
25+
2226
tools:
2327
github:
2428
mode: local
2529
read-only: true
30+
min-integrity: none # This workflow is allowed to examine and comment on any issues
31+
repos: all
2632
toolsets: [default]
33+
2734
permissions:
2835
contents: read
2936
issues: read

workflows/archie.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
22
name: Archie
33
description: Generates Mermaid diagrams to visualize issue and pull request relationships when invoked with the /archie command
4+
45
on:
56
slash_command:
67
name: archie
78
events: [issues, issue_comment, pull_request, pull_request_comment]
89
reaction: eyes
10+
911
permissions:
1012
contents: read
1113
issues: read
1214
pull-requests: read
1315
actions: read
14-
engine: copilot
15-
strict: true
16+
1617
tools:
1718
github:
1819
toolsets:
1920
- default
21+
2022
safe-outputs:
2123
add-comment:
2224
max: 1

workflows/code-simplifier.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ tools:
3434
toolsets: [default]
3535

3636
timeout-minutes: 30
37-
strict: true
3837
---
3938

4039
<!-- This prompt will be imported in the agentic workflow .github/workflows/code-simplifier.md at runtime. -->

workflows/contribution-check.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ tools:
1616
github:
1717
toolsets: [default]
1818
lockdown: false
19+
min-integrity: none # This workflow is allowed to examine and comment on any issues
20+
repos: all
21+
1922
safe-outputs:
2023
create-issue:
2124
title-prefix: "[Contribution Check Report]"

0 commit comments

Comments
 (0)