Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 62a5068

Browse filesBrowse files
cmarmoNicolasHug
andauthored
More explicit comment and message
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
1 parent 09fb7d9 commit 62a5068
Copy full SHA for 62a5068

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎.github/workflows/check_changelog.yml

Copy file name to clipboardExpand all lines: .github/workflows/check_changelog.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Check Changelog
2-
2+
# This check makes sure that the changelog is properly updated
3+
# when a PR introduces a change in a test file.
4+
# To bypass this check, label the PR with no-changelog.
35
on:
46
pull_request:
57

@@ -25,7 +27,7 @@ jobs:
2527
then
2628
echo "Changelog has been updated."
2729
else
28-
echo "Changelog entry is missing."
30+
echo "Changelog entry is missing. If no changelog entry is required for this PR, label the PR with no-changelog to bypass this check."
2931
exit 1
3032
fi
3133
fi

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.