From 3d9cdf3c871b810175d94ea7f13de13d255a0635 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 10 Dec 2024 17:55:46 +0100 Subject: [PATCH 1/2] chore: first cut of bot-modifiable files (#4814) See policy change https://dfinity.slack.com/archives/CH4CADCJX/p1733844276935979 and (more in-depth) https://docs.google.com/document/d/1B8QeCsyUPws3gQj76lX-wTBMPls4V6qYRrR8tPg8o1Q/edit?tab=t.0 --- .github/repo_policies/BOT_APPROVED_FILES | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/repo_policies/BOT_APPROVED_FILES diff --git a/.github/repo_policies/BOT_APPROVED_FILES b/.github/repo_policies/BOT_APPROVED_FILES new file mode 100644 index 00000000000..46bb21e5391 --- /dev/null +++ b/.github/repo_policies/BOT_APPROVED_FILES @@ -0,0 +1,5 @@ +# List of approved files that can be changed by a bot via an automated PR + +Changelog.md +doc/docusaurus/package-lock.json + From 107980b83a6658d0d52e24dc28182293298722bb Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:23:20 +0100 Subject: [PATCH 2/2] niv candid: update c2419ac6 -> 067025a8 (#4816) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for candid: Branch: master Commits: [dfinity/candid@c2419ac6...067025a8](https://github.com/dfinity/candid/compare/c2419ac6b7dfba4dd5e53f964b99bbdebc0308e2...067025a8c55c2b843fce40f6ba38ffe6dd543b84) * [`7758917b`](https://github.com/dfinity/candid/commit/7758917b5b63f40c33fe7a83d8ee1443801d656c) chore: elide needless lifetimes for rust 1.83.0 update to stable ([dfinity/candid⁠#587](https://togithub.com/dfinity/candid/issues/587)) * [`5ee6538e`](https://github.com/dfinity/candid/commit/5ee6538eece1b30e6e719f4e7f3794e915929765) feat: IDLBuilder.try_reserve_value_serializer_capacity ([dfinity/candid⁠#586](https://togithub.com/dfinity/candid/issues/586)) * [`067025a8`](https://github.com/dfinity/candid/commit/067025a8c55c2b843fce40f6ba38ffe6dd543b84) chore: release candid 0.10.11 ([dfinity/candid⁠#588](https://togithub.com/dfinity/candid/issues/588)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index fea1a5b6e88..7c13da184aa 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -6,10 +6,10 @@ "homepage": "", "owner": "dfinity", "repo": "candid", - "rev": "c2419ac6b7dfba4dd5e53f964b99bbdebc0308e2", - "sha256": "1pf0yb8f876n6d14j55x5dwkywnx1fxbznrnz28545bm8nxjc6k0", + "rev": "067025a8c55c2b843fce40f6ba38ffe6dd543b84", + "sha256": "047j585rlfilcczrslvyanycp4qqfnzy31crxgcz8sazz7jbk1za", "type": "tarball", - "url": "https://github.com/dfinity/candid/archive/c2419ac6b7dfba4dd5e53f964b99bbdebc0308e2.tar.gz", + "url": "https://github.com/dfinity/candid/archive/067025a8c55c2b843fce40f6ba38ffe6dd543b84.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "esm": {