You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `assert-news` with option `-l` is designed with an assumption that
there will only be one commit per PR, therefore it expects a newsfile
for every commit which is incorrect. A newsfile is expected per PR.
Therefore removing `assert-news` from pre-commit checks.
CI will still run `assert-news` on every PR and will fail if newsfile is
missing in the PR.
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
0 commit comments