-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependabot workflow and update idea codeStyle
- Loading branch information
Showing
5 changed files
with
16 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
Thanks for submitting a pull request! | ||
<!-- Thanks for submitting a pull request! --> | ||
## Changes | ||
<!-- Shortly describe what you want to accomplish with this PR --> | ||
<!-- Add a link to the issue if available --> | ||
|
||
- Please check that there is no similar [pull request](https://github.com/coditory/gradle-integration-test-plugin/pulls) already submitted | ||
- Please provide enough information so that others can review your pull request | ||
- Add a [reference](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) to a related [issue](https://github.com/coditory/gradle-integration-test-plugin/issues) if possible | ||
|
||
For more information, see the [CONTRIBUTING guide](https://github.com/coditory/gradle-integration-test-plugin/blob/main/.github/CONTRIBUTING.md). | ||
## Checklist | ||
- [ ] I have tested that there is no similar [pull request](https://github.com/coditory/gradle-integration-test-plugin/pulls) already submitted | ||
- [ ] I have read [contributing.md](https://github.com/coditory/gradle-integration-test-plugin/blob/master/.github/CONTRIBUTING.md) and applied to the rules | ||
- [ ] I have unit tested code changes and performed a self-review | ||
- [ ] I have [tested plugin change locally](https://github.com/coditory/gradle-integration-test-plugin/blob/master/.github/CONTRIBUTING.md#validate-changes-locally) on a sample project |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ on: | |
required: true | ||
default: RELEASE | ||
release: | ||
types: [ published ] | ||
types: [published] | ||
|
||
jobs: | ||
release: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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