Skip to content

Commit 8c5d2f3

Browse files
authored
Enable multi-pass continuation for long-running security/spec/blog workflows (#42072)
1 parent fead38a commit 8c5d2f3

6 files changed

Lines changed: 15 additions & 9 deletions

.github/workflows/security-compliance.lock.yml

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

.github/workflows/security-compliance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ permissions:
2424
contents: read
2525
security-events: read
2626

27-
engine: copilot
27+
engine:
28+
id: copilot
29+
max-continuations: 3
2830

2931
safe-outputs:
3032
create-issue:

.github/workflows/spec-extractor.lock.yml

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

.github/workflows/spec-extractor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ permissions:
1414

1515
copilot-requests: write
1616
tracker-id: spec-extractor
17-
engine: copilot
17+
engine:
18+
id: copilot
19+
max-continuations: 3
1820
strict: true
1921

2022
imports:

0 commit comments

Comments
 (0)