Skip to content

Commit 0bcef57

Browse files
feat: allow copilot bot to trigger rust PR reviewer (#59)
* feat: allow copilot bot to trigger rust PR reviewer Add copilot[bot] to the bots allowlist so the rust-pr-reviewer workflow triggers on PRs authored by GitHub Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * regen with latest gh-aw --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dda6e7e commit 0bcef57

6 files changed

Lines changed: 729 additions & 1085 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"version": "v8",
66
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
77
},
8+
"github/gh-aw-actions/setup@v0.62.0": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.62.0",
11+
"sha": "b2c35f34e1013dd9ed2a84c559e2b2fec9ad38e6"
12+
},
813
"github/gh-aw/actions/setup@v0.53.6": {
914
"repo": "github/gh-aw/actions/setup",
1015
"version": "v0.53.6",

.github/workflows/doc-freshness-check.lock.yml

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

.github/workflows/rust-pr-reviewer.lock.yml

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

.github/workflows/rust-pr-reviewer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
on:
3+
bots:
4+
- "copilot[bot]"
35
pull_request:
46
types: [opened, synchronize]
57
paths:

0 commit comments

Comments
 (0)