Skip to content

Commit

Permalink
Update PR template and bors configuration (#5492)
Browse files Browse the repository at this point in the history
## Motivation

This change updates the template for PRs and bors configuration to not include the whole PR description after merging.
  • Loading branch information
fasmat committed Jan 24, 2024
1 parent a3c4bcf commit 8de46e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## Motivation
<!-- Please mention the issue fixed by this PR or detailed motivation -->
Closes #
<!-- `Closes #XXXX, closes #XXXX, ...` links mentioned issues to this PR and automatically closes them when this it's merged -->

## Changes
<!-- Please describe in detail the changes made -->
<!-- Give a brief description of the motivation for this PR. 1-2 sentences is fine. -->

## Description

<!-- If applicable please mention the issue addressed by this PR -->
<!-- `Closes #XXXX` links mentioned issues to this PR and automatically closes them when this it's merged -->

<!-- Please describe in detail the changes made. Focus on the reasoning rather than describing the change -->

## Test Plan
<!-- Please specify how these changes were tested
(e.g. unit tests, manual testing, etc.) -->

<!-- Please specify how these changes were tested (e.g. unit tests, manual testing, etc.) -->

## TODO
<!-- This section should be removed when all items are complete -->

<!-- Please tick off the TODOs when completed -->

- [ ] Explain motivation or link existing issue(s)
- [ ] Test changes and document test plan
- [ ] Update documentation as needed
Expand Down
2 changes: 2 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
status = ["ci-status", "systest-status"]

block_labels = [ "do-not-merge-yet" ]
required_approvals = 1
delete_merged_branches = true
update_base_for_deletes = true
use_squash_merge = true
cut_body_after = "## Description"
timeout_sec = 10800 # 3 hours

0 comments on commit 8de46e3

Please sign in to comment.