-
Notifications
You must be signed in to change notification settings - Fork 8
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
ci: reconfigure CI to use the Hyperledger secrets #328
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3951230
ci: reconfigure CI to use the Hyperledger secrets
yshyn-iohk bf5f01d
ci: fix the organization and remove SNAPSHOT suffix
yshyn-iohk 6b20aef
chore: set 0.15.0-SNAPSHOT version
yshyn-iohk ba7e297
chore: add permissions for the release flow
yshyn-iohk 64bdff3
chore(release): cut mediator 1.0.0-beta.1 release
hyperledger-bot 328518a
chore: init release 0.15.0
yshyn-iohk 1e76a4f
chore: set gradle-semantic-release-plugin 1.9.2
yshyn-iohk b8f61f1
chore(release): cut mediator 1.0.0-beta.1 release
hyperledger-bot 5009de0
chore: set FIRST_RELEASE value to 0.15.0
yshyn-iohk 4776f22
chore: reset to 0.15.0 version
yshyn-iohk 1cda1f3
chore(release): cut mediator 0.15.0-beta.0 release
hyperledger-bot b422afa
ci: fix integration-tests.yml workflow
yshyn-iohk 123395d
deps: grade npm packages
yshyn-iohk daa447e
feat: edit README.md to trigger release workflow
yshyn-iohk 50a881b
fix: next version template for sbt project
yshyn-iohk ce51871
chore(release): cut mediator 0.15.0-beta.1 release
hyperledger-bot ca2166c
chore: update CODEOWNERS
yshyn-iohk 0d9ca67
fix: Hyperledger Bot DCO
yshyn-iohk 242ada8
chore(release): cut mediator 0.15.0-beta.2 release
hyperledger-bot f2b0457
chore: cleanup the CHANGELOG.md before merging to the main branch
yshyn-iohk bf46681
fix: make PULL_REQUEST_TEMPLATE.md clickable
yshyn-iohk 06c8d39
ci: add pr-title-lint.yml to check the PR title
yshyn-iohk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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,20 @@ | ||
name: "Validate the PR title to follow the conventional commits" | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
|
||
permissions: | ||
pull-requests: read | ||
|
||
jobs: | ||
main: | ||
name: Validate PR Title | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: amannn/action-semantic-pull-request@v5 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this? what about all the
.tgz
files