neovim/.github/workflows
dundargoc 631d5189ad ci: improve default backport pull request title
`[Backport release-x.y]` will no longer be part of the pull request
title. This means the PR titles will go from looking like

```
[Backport release-0.9] fix(languagetree): remove double recursion in LanguageTree:parse
```

to

```
fix(languagetree): remove double recursion in LanguageTree:parse
```

The benefit of this is that pull requests merged with the "Squash and
Merge" strategy (which uses the PR title as the commit message), will
still follow the conventional commits specification. This will help
tools that rely on conventional commits such as git-cliff.

The `backport` label is added to backported PRs to help distinguish
between backport PRs with regular PRs in the "Pull Requests" tab on
github.

To reduce confusion with the `backport` label, the label to trigger the
backporting has been changed from `backport release-x.y` to
`ci:backport release-x.y`. This is also more consistent with other
labels that trigger a CI job which all use the `ci:` prefix.
2024-05-01 22:30:17 +02:00
..
backport.yml ci: improve default backport pull request title 2024-05-01 22:30:17 +02:00
build.yml ci: add workflow_dispatch event to testing workflows 2024-03-27 16:37:59 +01:00
codeql.yml ci: add workflow_dispatch event to testing workflows 2024-03-27 16:37:59 +01:00
coverity.yml ci: refactor CI files 2023-12-09 14:14:38 +01:00
docs.yml feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
labeler_issue.yml ci(labeler_issue): split on word boundaries 2024-02-18 12:29:07 +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: allow skipping news workflow with a label 2024-03-08 17:55:33 +01:00
notes.md docs: fix typos (#27868) 2024-03-28 09:32:32 +08:00
optional.yml ci(windows): optionally test windows with ASAN 2024-03-23 23:19:29 +01:00
release.yml ci: use the same logic to determine build type for all releases 2024-03-25 19:42:17 +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_windows.yml ci: add workflow_dispatch event to testing workflows 2024-03-27 16:37:59 +01:00
test.yml ci: enable unittests on macos-14 2024-04-14 15:27:04 +02:00
vim_patches.yml ci: update vim_patches.yml to follow conventional commits 2024-05-01 22:26:11 +02:00