mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
930125647f
commit
9cb3b276bd
7
.github/workflows/news.yml
vendored
7
.github/workflows/news.yml
vendored
@ -22,9 +22,10 @@ jobs:
|
|||||||
{
|
{
|
||||||
echo "
|
echo "
|
||||||
Pull request includes a new feature or a breaking change, but
|
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
|
news.txt hasn't been updated yet. This is just a reminder
|
||||||
communicating changes to users so it's important to keep it up to
|
that news.txt may need to be updated. You can ignore this CI
|
||||||
date."
|
failure if you think the change won't be of interest to
|
||||||
|
users."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user