mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
3c803483ac
Auto-merging is a useful feature by github, but it requires required checks which requires a few adjustments. The primary change is that required checks can't use `paths` or `paths-ignore` as that risks not running the job, and required checks must always be run. A workaround for this is to introduce a dummy workflow which is used for every path not used in the real workflow. That way the required job is "always" run as far as github is concerned. The workaround is unweildly so it's only useful to do it for costly workflows where the potential benefits are big. If not it's better to simply remove any `paths` or `paths-ignore` from a workflow instead. |
||
---|---|---|
.. | ||
actions | ||
ISSUE_TEMPLATE | ||
scripts | ||
workflows | ||
dependabot.yml | ||
FUNDING.yml | ||
SECURITY.md |