-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lint-release-notes): allow for overriding of the github env vari…
…ables when running We need to be able to override the GitHub environment variables to allow for preview releases to run on pull requests and through repository dispatch trigger events. BREAKING CHANGE: `lint-release-notes` only runs on pull_request events. When moving to v4, you will need to shift the usage to GHA that are pull_request triggers.
- Loading branch information
Showing
4 changed files
with
56 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Breaking changes in v4 | ||
|
||
`lint-release-notes` only runs on `pull_request` events. | ||
|
||
## Upgrade instructions | ||
|
||
When moving to v4, you will need to shift the usage to GHA that are `pull_request` triggers. | ||
|
||
This should generally align with shifting the lint-release-notes into the `CI/Lint` step. For | ||
example, [open-turo/actions-jvm/lint](https://github.com/open-turo/actions-jvm/tree/main/lint) now checks for release | ||
notes as well as normal linting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters