Skip CI on merging docs-only pull requests
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Docs-only pull requests are merged using identifier +doc / +docs.
Jekyllbot should ideally add a [skip ci] to the commit message (preferably as the last line of the extended body) in order to ensure CI is not unnecessarily triggered.
Illustration
Before
$pr_title (#$pr_id) Merge pull request $pr_id
After
$pr_title (#$pr_id) Merge pull request $pr_id [skip ci]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Jekyllbot's pull-request merge handling and the logic that recognizes the +doc and +docs identifiers. Trace how the merge commit message is built, then verify that docs-only merges end with [skip ci] without changing other merge messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100