aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-29 17:03:53 +0100
committerGitHub <noreply@github.com>2023-01-29 17:03:53 +0100
commit9cb3b276bdb39f28fad51ce2a61cd5db6fb9a03b (patch)
treee4fa12e90b59423940f72b984d61b5809dfc9553
parent930125647fd99de78b6845f9a4db637ae4517b84 (diff)
downloadrneovim-9cb3b276bdb39f28fad51ce2a61cd5db6fb9a03b.tar.gz
rneovim-9cb3b276bdb39f28fad51ce2a61cd5db6fb9a03b.tar.bz2
rneovim-9cb3b276bdb39f28fad51ce2a61cd5db6fb9a03b.zip
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.
-rw-r--r--.github/workflows/news.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/news.yml b/.github/workflows/news.yml
index 46ac0ec02d..11807e9b42 100644
--- a/.github/workflows/news.yml
+++ b/.github/workflows/news.yml
@@ -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