neovim/.github/workflows
Jongwook Choi bcd111bd12 ci: write the correct cherry-picked commit id when backporting
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.
2024-01-01 15:17:56 +01:00
..
backport.yml ci: write the correct cherry-picked commit id when backporting 2024-01-01 15:17:56 +01:00
build.yml build: bump minimum cmake version to 3.13 2023-12-16 17:17:24 +01:00
codeql.yml ci: bump github/codeql-action from 2 to 3 2023-12-14 14:16:35 +01:00
coverity.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
docs.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
labeler_issue.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
labeler_pr.yml ci: fix PR labeler 2023-12-10 06:40:51 +08:00
lintcommit.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
news.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
notes.md docs: small fixes 2023-10-10 19:20:32 +02:00
optional.yml ci: add workflow_dispatch to optional.yml workflow 2023-12-29 20:01:20 +01:00
release.yml ci: remove winget workflow 2023-12-26 21:48:20 +01:00
response.yml ci: bump actions/github-script from 6 to 7 (#26041) 2023-11-15 12:57:54 +08:00
reviewers_add.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
reviewers_remove.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
test.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
vim_patches.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00