mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
bcd111bd12
Problem: Commits backport-merged to release branches are cherry-picked from the original commits in the PR from a fork repository, NOT the actual commit that are merged to neovim/neovim (HEAD). Therefore the commit reference in the commit message `cherry picked from commit ...` usually refers to a commit that does NOT exist in the repository, given that our preferred way of merging PR (rebasing, squashing, etc.) would rewrite commits. Solution: Turn on new feature 'detect_merge_method' of backport-action workflow. |
||
---|---|---|
.. | ||
backport.yml | ||
build.yml | ||
codeql.yml | ||
coverity.yml | ||
docs.yml | ||
labeler_issue.yml | ||
labeler_pr.yml | ||
lintcommit.yml | ||
news.yml | ||
notes.md | ||
optional.yml | ||
release.yml | ||
response.yml | ||
reviewers_add.yml | ||
reviewers_remove.yml | ||
test.yml | ||
vim_patches.yml |