apache / apache/infrastructure-asfyaml
Help Regarding enabling copilot code review
- Dominant language
- Python
- Stars
- 16
- Forks
- 23
- Avg merge
- 6h 51m
- Merged PRs (30d)
- 4
Description
I have updated copilot review in asf file like this
notifications:
commits: commits@fineract.apache.org
pullrequests: issues@fineract.apache.org
discussions: issues@fineract.apache.org
github:
features:
issues: true
wiki: true
projects: true
discussions: true
copilot_code_review:
enabled: true
review_drafts: true
review_on_push: true
enabled_merge_buttons:
merge: true
squash: false
rebase: false
rulesets:
- name: 'Branch Protection'
type: branch
branches:
includes:
- 'main'
restrict_deletion: true
restrict_force_push: true
required_signatures: true
required_linear_history: false
required_conversation_resolution: true
required_pull_request_reviews:
required_approving_review_count: 0
https://github.com/apache/fineract-consumer-facing/blob/main/.asf.yaml
where i am trying to review PR in copilot like https://github.com/apache/fineract-consumer-facing/pull/39
am i missing something or it reviews only specific pr
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the .asf.yaml file in the linked fineract-consumer-facing repository and the schema or documentation in infrastructure-asfyaml. Compare the copilot_code_review settings with the behavior of pull request 39, and document the configuration needed for the requested review triggers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, yaml
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100