Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Comment out pull_request.title in knope.toml

08c99ec
Select commit
Loading
Failed to load commit list.
Closed

Comment out pull_request.title in knope.toml #278

Comment out pull_request.title in knope.toml
08c99ec
Select commit
Loading
Failed to load commit list.
Knope Bot / Require changes to be documented required action Mar 9, 2026 in 0s

This pull request has not been documented yet

This project requires changes to be documented via changesets.

You can either correct the above issues, or use a change file to document this pull request. knope-bot can't auto-generate a change file for this pull request. Instead, you can document the change manually by creating a change file with Knope or following these instructions:

Alternatively, if this change doesn't affect the version or need to appear in the changelog, you can apply the internal label to skip this check.

  1. Create a file named .changeset/comment_out_pull_requesttitle_in_knopetoml.md
  2. Copy and paste the below Markdown into the file
  3. Replace "CHANGE_TYPE" with major, minor, or patch (see knope's docs for what those mean)
  4. Edit the content as needed to be applicable to users of the project (not maintainers)

Details

---
sable: CHANGE_TYPE
---

# Comment out pull_request.title in knope.toml

#278 by @7w1

Comment out the pull_request.title setting in knope.toml.

<!-- Please read https://github.com/ajbura/cinny/blob/dev/CONTRIBUTING.md before submitting your pull request -->

### Description

<!-- Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change. -->

Fixes #

#### Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

### Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings