Skip to content

Commit

Permalink
upgrade to Polkadot 0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush committed May 26, 2022
2 parents 7078de1 + fc3fd07 commit ffb41fa
Show file tree
Hide file tree
Showing 424 changed files with 13,892 additions and 9,766 deletions.
18 changes: 18 additions & 0 deletions .github/pr-custom-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
rules:
- name: Changed runtime files
condition: .*/runtime/.*lib.rs
check_type: changed_files
min_approvals: 2
teams:
- substrateteamleads

- name: Substrate developers
check_type: changed_files
condition: .*
any:
- min_approvals: 2
teams:
- core-devs
- min_approvals: 1
teams:
- substrateteamleads
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@ publish-rustdoc:
# Save README and docs
- cp -r ./crate-docs/ /tmp/doc/
- cp README.md /tmp/doc/
- git checkout gh-pages
# we don't need to commit changes because we copy docs to /tmp
- git checkout gh-pages --force
# Install `index-tpl-crud` and generate index.html based on RUSTDOCS_DEPLOY_REFS
- which index-tpl-crud &> /dev/null || yarn global add @substrate/index-tpl-crud
- index-tpl-crud upsert ./index.html ${CI_COMMIT_REF_NAME}
Expand Down
Loading

0 comments on commit ffb41fa

Please sign in to comment.