-
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.
Update pallets to external repo (#1)
* π§ chore(Cargo.toml): update dependencies to use specific tags for pallets π§ chore(lib.rs): add pallet_mapped_assets and pallet_afloat to the runtime configuration π§ chore(lib.rs): update configuration parameters for pallet_gated_marketplace, pallet_confidential_docs, pallet_rbac, pallet_afloat, and pallet_fund_admin_records * π§ chore(lib.rs): refactor pallet_mapped_assets configuration for improved readability and maintainability π§ chore(lib.rs): refactor pallet_rbac configuration for improved readability and maintainability * π¦ chore(gpt-commit-summarizer.yml): add GitHub Actions workflow file for GPT Commits summarizer π chore(gpt-commit-summarizer.yml): add necessary permissions to the workflow for repositories that require it π§ chore(gpt-commit-summarizer.yml): configure the workflow to trigger on pull request opened and synchronized events π chore(gpt-commit-summarizer.yml): add job to summarize commits and generate file and PR summaries π chore(gpt-commit-summarizer.yml): add environment variables for GitHub token and OpenAI API key * π§ chore(chain_spec.rs): add default value for mapped_assets field in testnet_genesis function to prevent potential runtime errors
- Loading branch information
Showing
5 changed files
with
213 additions
and
57 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: GPT Commits summarizer | ||
# Summary: This action will write a comment about every commit in a pull request, as well as generate a summary for every file that was modified and add it to the review page, compile a PR summary from all commit summaries and file diff summaries, and delete outdated code review comments | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize] | ||
|
||
jobs: | ||
summarize: | ||
runs-on: ubuntu-latest | ||
permissions: write-all # Some repositories need this line | ||
|
||
steps: | ||
- uses: KanHarI/gpt-commit-summarizer@master | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} |
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
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.