neovim/.github
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
..
actions ci: bump cache action to version 4 2024-01-20 12:49:43 +01:00
ISSUE_TEMPLATE docs: update FAQ URLs #27236 2024-01-28 14:53:05 -08:00
scripts ci: use --break-system-packages on mac when installing pynvim 2024-03-29 17:11:29 +01:00
workflows ci: improve default backport pull request title 2024-05-01 22:30:17 +02:00
dependabot.yml ci: use "ci" as the commit type for dependabot updates 2023-03-24 05:39:18 +01:00
FUNDING.yml funding: Bountysource Salt -> GitHub Sponsors & Open Collective [ci skip] (#12959) 2020-09-21 20:47:02 +02:00
SECURITY.md docs: add security policy (#17338) 2022-12-22 13:20:19 +01:00