diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-01-29 17:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-29 17:03:53 +0100 |
commit | 9cb3b276bdb39f28fad51ce2a61cd5db6fb9a03b (patch) | |
tree | e4fa12e90b59423940f72b984d61b5809dfc9553 | |
parent | 930125647fd99de78b6845f9a4db637ae4517b84 (diff) | |
download | rneovim-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.yml | 7 |
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 |