mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
ci(news): mention that ignoring news.txt is fine (#22043)
news.txt is only meant as a reminder, but contributors have no way of knowing this automatically without such a message.
This commit is contained in:
7
.github/workflows/news.yml
vendored
7
.github/workflows/news.yml
vendored
@@ -22,9 +22,10 @@ jobs:
|
||||
{
|
||||
echo "
|
||||
Pull request includes a new feature or a breaking change, but
|
||||
news.txt hasn't been updated yet. news.txt is our primary way of
|
||||
communicating changes to users so it's important to keep it up to
|
||||
date."
|
||||
news.txt hasn't been updated yet. This is just a reminder
|
||||
that news.txt may need to be updated. You can ignore this CI
|
||||
failure if you think the change won't be of interest to
|
||||
users."
|
||||
exit 1
|
||||
}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user