Commit c904c24
authored
ci: enable ASF Copilot code review (#833)
### Rationale for this change
GitHub Copilot code review may help provide preliminary feedback on pull
requests and reduce reviewer load while keeping human maintainers
responsible for final review decisions.
### What changes are included in this PR?
- Enable ASF-managed GitHub Copilot code review in `.asf.yaml`
- Disable automatic reviews for draft PRs
- Enable automatic reviews on new pushes
- Add Copilot review instructions to reduce noisy comments
### Are these changes tested?
Yes. `.asf.yaml` was parsed successfully as YAML, and `git diff --check`
passed.
### Are there any user-facing changes?
No.1 parent fb7cc83 commit c904c24
3 files changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments