Skip to content

Add GitHub action workflow to validate changelog#578

Merged
kailan merged 4 commits intofastly:mainfrom
utsav-pal:Github-Action
Jan 28, 2026
Merged

Add GitHub action workflow to validate changelog#578
kailan merged 4 commits intofastly:mainfrom
utsav-pal:Github-Action

Conversation

@utsav-pal
Copy link
Contributor

Hi I tried to add a new GitHub Actions workflow to validate changelog entries in pull requests.

I tested locally on my fork repo by making a PR from branch test-for-changelog.yaml to branch Github-Action ones , then this time is failed the valid check but when I add the label skip-changelog it passes the all the check

Fixes #555

How to use

  • All PRs will automatically be checked for changelog entries
  • To skip the check for PRs that don't need changelog entries (docs, CI changes, etc.), add the skip-changelog label

@kailan kailan self-requested a review January 28, 2026 15:08
@kailan kailan added the ci Relates to continuous integration label Jan 28, 2026
Copy link
Member

@kailan kailan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! I made one small change to use ubuntu-latest in line with the other workflows in this repository.

Thank you for your contribution :)

@kailan kailan enabled auto-merge (squash) January 28, 2026 15:10
@kailan
Copy link
Member

kailan commented Jan 28, 2026

hah, the check failed. obviously.

@kailan kailan added the skip-changelog This change does not require a changelog entry. label Jan 28, 2026
@kailan kailan merged commit 04693d4 into fastly:main Jan 28, 2026
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Relates to continuous integration skip-changelog This change does not require a changelog entry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Actions workflow to validate changelog

2 participants