mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
1d5ed2c386
- Fix GITHUB_BEFORE_SHA initialization on push events by setting the correct key. - Add an additional check against setting GITHUB_BEFORE_SHA to null. - Run the CI workflow on push events to trigger required status checks when using the merge queue.
22 lines
935 B
Markdown
22 lines
935 B
Markdown
# Proposed changes
|
|
|
|
_describe the proposed changes and remove this template text_
|
|
|
|
## Readiness checklist
|
|
|
|
In order to have this pull request merged, complete the following tasks.
|
|
|
|
### Pull request author tasks
|
|
|
|
- [ ] I included all the needed documentation for this change.
|
|
- [ ] I provided the necessary tests.
|
|
- [ ] I squashed all the commits into a single commit.
|
|
- [ ] I followed the [Conventional Commit v1.0.0 spec](https://www.conventionalcommits.org/en/v1.0.0/).
|
|
- [ ] I wrote the necessary upgrade instructions in the [upgrade guide](../docs/upgrade-guide.md).
|
|
- [ ] If this pull request is about and existing issue,
|
|
I added the `Fix #ISSUE_NUMBER` label to the description of the pull request.
|
|
|
|
### Super-linter maintainer tasks
|
|
|
|
- [ ] Label as `breaking` if this change breaks compatibility with the previous released version.
|
|
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.
|