-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Add missing entries to CHANGELOG.md #248
Conversation
@aslafy-z validation successful` |
462bd92
to
81eb63c
Compare
Ah, i need to look into automatic changelog updates also , this will cause main pipeline to be triggered because If any commit message in your push or the HEAD commit of your PR contains the strings [skip ci], [ci skip], [no ci], [skip actions], or [actions skip] workflows triggered on the push or pull_request events will be skipped. |
@mustafaStakater This is the job I want to skip: https://github.com/stakater/application/blob/master/.github/workflows/push.yaml#L21. Will this pipeline still triggered? |
yes pipeline will be triggered, for some reason, |
Add missing entries to changelog.md
81eb63c
to
4148adf
Compare
Ok. I just updated the commit with 'skip ci' instead of 'skip-ci' |
@mustafaStakater it did not work. The release job was executed :( |
yes, this seems weird, gh action supports this , shouldve worked acc to this |
Add missing entries to CHANGELOG.md