Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions .github/workflows/contribution-check.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/contribution-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ env:
tools:
github:
toolsets: [default]
lockdown: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot set min-integrity: none

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 9e9bb30. Added repos: all and min-integrity: none to the github: tools config in contribution-check.md.

repos: all
min-integrity: none
safe-outputs:
create-issue:
title-prefix: "[Contribution Check Report]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-syntax-error-quality.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/daily-syntax-error-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tracker-id: daily-syntax-error-quality
engine: copilot
tools:
github:
lockdown: false
toolsets:
- default
bash:
Expand Down
25 changes: 10 additions & 15 deletions .github/workflows/plan.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ permissions:
engine: copilot
tools:
github:
lockdown: false
toolsets: [default, discussions]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot set min-integrity: none

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 9e9bb30. Added repos: all and min-integrity: none to the github: tools config in plan.md.

repos: all
min-integrity: none
safe-outputs:
create-issue:
expires: 2d
Expand Down
70 changes: 50 additions & 20 deletions .github/workflows/scout.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ tools:
edit:
cache-memory: true
github:
lockdown: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot set min-integrity: none

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 9e9bb30. Added repos: all and min-integrity: none to the github: tools config in scout.md.

repos: all
min-integrity: none
safe-outputs:
add-comment:
max: 1
Expand Down
Loading