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
582 changes: 229 additions & 353 deletions .github/workflows/archie.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ safe-outputs:
create-pull-request-review-comment:
max: 10
side: "RIGHT"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
submit-pull-request-review:
max: 1
footer: "if-body"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
messages:
footer: "> 🏗️ *Reviewed by [{workflow_name}]({run_url})*"
run-started: "🏗️ [{workflow_name}]({run_url}) is reviewing this PR for API design issues…"
Expand Down
582 changes: 229 additions & 353 deletions .github/workflows/dash.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/dash.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ safe-outputs:
create-pull-request-review-comment:
max: 10
side: "RIGHT"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
submit-pull-request-review:
max: 1
footer: "if-body"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
messages:
footer: "> ⚡ *Benchmarked by [{workflow_name}]({run_url})*"
run-started: "⚡ [{workflow_name}]({run_url}) is profiling this PR for performance regressions…"
Expand Down
582 changes: 229 additions & 353 deletions .github/workflows/dexter.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/dexter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ safe-outputs:
create-pull-request-review-comment:
max: 10
side: "RIGHT"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
submit-pull-request-review:
max: 1
footer: "if-body"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
messages:
footer: "> 📦 *Audited by [{workflow_name}]({run_url})*"
run-started: "📦 [{workflow_name}]({run_url}) is auditing dependency changes…"
Expand Down
582 changes: 229 additions & 353 deletions .github/workflows/scribe.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/scribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ safe-outputs:
create-pull-request-review-comment:
max: 10
side: "RIGHT"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
submit-pull-request-review:
max: 1
footer: "if-body"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
messages:
footer: "> 📝 *Proofread by [{workflow_name}]({run_url})*"
run-started: "📝 [{workflow_name}]({run_url}) is reviewing documentation consistency…"
Expand Down
582 changes: 229 additions & 353 deletions .github/workflows/sentinel.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/sentinel.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ safe-outputs:
create-pull-request-review-comment:
max: 10
side: "RIGHT"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
submit-pull-request-review:
max: 1
footer: "if-body"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
messages:
footer: "> 🛡️ *Scanned by [{workflow_name}]({run_url})*"
run-started: "🛡️ [{workflow_name}]({run_url}) is scanning this PR for security vulnerabilities…"
Expand Down
582 changes: 229 additions & 353 deletions .github/workflows/tester.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ safe-outputs:
create-pull-request-review-comment:
max: 10
side: "RIGHT"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
submit-pull-request-review:
max: 1
footer: "if-body"
target: "${{ github.event.pull_request.number || github.event.issue.number }}"
messages:
footer: "> 🧪 *Tested by [{workflow_name}]({run_url})*"
run-started: "🧪 [{workflow_name}]({run_url}) is reviewing test coverage and quality…"
Expand Down
Loading