From ef6e7126904c8eddc07b3e4a07735feabbe42615 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 17:06:45 +0000 Subject: [PATCH 01/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Triggger based on workflow. --- .github/workflows/sync_class_ref.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/sync_class_ref.yml diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml new file mode 100644 index 00000000000..7065cbfda12 --- /dev/null +++ b/.github/workflows/sync_class_ref.yml @@ -0,0 +1,24 @@ +name: Trigger Sync Class Reference + +on: + pull_request: + paths: + - './doc/classes' + types: [closed] + push: + paths: + - './doc/classes' + +jobs: + trigger: + name: Trigger update class reference files based on the engine revision + runs-on: ubuntu-latest + steps: + - uses: passeidireto/trigger-external-workflow-action@main + env: + PAYLOAD_AUTHOR: ${{ github.author }} + PAYLOAD_REVISION: "3" + with: + repository: 17chuchu/redot-docs-site + event: sync_class_ref + github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} \ No newline at end of file From 68b3df3f43f1cf9008609447c325d7b1d8531f18 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:02:38 +0000 Subject: [PATCH 02/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Add end of file. --- .github/workflows/sync_class_ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 7065cbfda12..0e502f28318 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -21,4 +21,4 @@ jobs: with: repository: 17chuchu/redot-docs-site event: sync_class_ref - github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} \ No newline at end of file + github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From 7aabf433076064be0b06f803a67ce447e9f17312 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:07:30 +0000 Subject: [PATCH 03/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Allow manual run. --- .github/workflows/sync_class_ref.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 0e502f28318..a759ceedbe8 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,6 +1,7 @@ name: Trigger Sync Class Reference on: + workflow_dispatch: pull_request: paths: - './doc/classes' From 7e42a31c1f6c58db8a6b2ed7cd06a24759449c56 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:36:24 +0000 Subject: [PATCH 04/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Add condition to run only of merged --- .github/workflows/sync_class_ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index a759ceedbe8..497bf7244c1 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,7 +1,6 @@ name: Trigger Sync Class Reference on: - workflow_dispatch: pull_request: paths: - './doc/classes' @@ -13,6 +12,7 @@ on: jobs: trigger: name: Trigger update class reference files based on the engine revision + if: (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || github.event_name == 'push' runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@main From b8a63413907db9bc5ba0f99e2209f743e7c8631f Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:44:11 +0000 Subject: [PATCH 05/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Target master branch. --- .github/workflows/sync_class_ref.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 497bf7244c1..9b1aa13e0f1 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -5,9 +5,11 @@ on: paths: - './doc/classes' types: [closed] + branches: master push: paths: - './doc/classes' + branches: master jobs: trigger: From 8b6c3b5caa5bfe049a587dd2700d50542f3f8fbc Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:47:40 +0000 Subject: [PATCH 06/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..3346d4fe53e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + lmao yeet hahaah lmao A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From ae9f1d021c2c1c535d4a4ee09ccba3e4a5e7a67c Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:53:50 +0000 Subject: [PATCH 07/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 8b6c3b5caa5bfe049a587dd2700d50542f3f8fbc. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 3346d4fe53e..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - lmao yeet hahaah lmao A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 599f4c8e2308099ca1a0a97ddd0cee35d71292b4 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:56:46 +0000 Subject: [PATCH 08/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Change Action condition. --- .github/workflows/sync_class_ref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 9b1aa13e0f1..7e54a843743 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -3,12 +3,12 @@ name: Trigger Sync Class Reference on: pull_request: paths: - - './doc/classes' + - './doc/classes/**' types: [closed] branches: master push: paths: - - './doc/classes' + - './doc/classes/**' branches: master jobs: From b0770cbb8a01f047d9bda40af24b537e60ac2fbd Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 18:57:50 +0000 Subject: [PATCH 09/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..988eaa3b062 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + lmao yeet A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 9dcd20d75015814fa5318203b444f8badf8ffb5d Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:00:38 +0000 Subject: [PATCH 10/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit b0770cbb8a01f047d9bda40af24b537e60ac2fbd. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 988eaa3b062..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - lmao yeet A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From fcdbfea6d3853b8dab39f4f34b55617c78aff0a3 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:01:35 +0000 Subject: [PATCH 11/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Change condition path. --- .github/workflows/sync_class_ref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 7e54a843743..8b713023366 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -3,12 +3,12 @@ name: Trigger Sync Class Reference on: pull_request: paths: - - './doc/classes/**' + - 'doc/classes/**' types: [closed] branches: master push: paths: - - './doc/classes/**' + - 'doc/classes/**' branches: master jobs: From 57a6615034c72d0911c1e3b963993543f2b52df2 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:03:50 +0000 Subject: [PATCH 12/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..8687433e6c4 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + lmao yeeet A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 68fc89e2c76787c7da5c0e0e239b2b6e75e583e4 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:20:05 +0000 Subject: [PATCH 13/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 57a6615034c72d0911c1e3b963993543f2b52df2. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 8687433e6c4..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - lmao yeeet A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 8329c54d042f035ce4e25eeae56a3236eeb640bc Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:24:11 +0000 Subject: [PATCH 14/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..1f9b47018b1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 61956dece4065340409fc4a071ec070f3e314101 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:27:15 +0000 Subject: [PATCH 15/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 8329c54d042f035ce4e25eeae56a3236eeb640bc. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 1f9b47018b1..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 635a5088f5454bf437fe2da005a8d854d8e6b229 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:29:42 +0000 Subject: [PATCH 16/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..1f9b47018b1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From affdcfa0d7cb69000d6a8662450d143409766c58 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:36:16 +0000 Subject: [PATCH 17/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 635a5088f5454bf437fe2da005a8d854d8e6b229. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 1f9b47018b1..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 0e232acb95b161892f98c6719e2f7b42b5fb4918 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:39:07 +0000 Subject: [PATCH 18/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..1f9b47018b1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 57d8eeaeedbdd56e42d0ca104f7a9907b965fb57 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:57:17 +0000 Subject: [PATCH 19/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 0e232acb95b161892f98c6719e2f7b42b5fb4918. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 1f9b47018b1..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From fb3e6cf029549730e8a64d71b038856dda874f66 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 19:59:36 +0000 Subject: [PATCH 20/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..1f9b47018b1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From eb6e93c165bfc73d18afabd5a8f3b9a6010208c7 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 20:10:16 +0000 Subject: [PATCH 21/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit fb3e6cf029549730e8a64d71b038856dda874f66. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 1f9b47018b1..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 98a49e723b6f9517915104a1a41a07766733fab0 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 20:12:16 +0000 Subject: [PATCH 22/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..1f9b47018b1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 3e15d615f4ee7c4178ebbc24a003e370d95c6ec1 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 20:52:34 +0000 Subject: [PATCH 23/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 98a49e723b6f9517915104a1a41a07766733fab0. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 1f9b47018b1..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A lmao yeet list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From e5997ec491a0d496f5b923cf07e045801353d547 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:05:05 +0000 Subject: [PATCH 24/45] Sample changes --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..f8a5d37f2c8 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A 2 list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 0e8affbdfbe5f7d4e1f397f19d89de546dc0c370 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:11:26 +0000 Subject: [PATCH 25/45] Sample changes --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index f8a5d37f2c8..fdf602be4ed 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A 2 list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A 3 list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 67b8ffecf27b03c155b90982c4ca7d7089832aae Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:17:47 +0000 Subject: [PATCH 26/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Change trigger condition. --- .github/workflows/sync_class_ref.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 8b713023366..5d4093ec8bd 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -6,15 +6,11 @@ on: - 'doc/classes/**' types: [closed] branches: master - push: - paths: - - 'doc/classes/**' - branches: master jobs: trigger: name: Trigger update class reference files based on the engine revision - if: (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || github.event_name == 'push' + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@main From 866949c9fc672d4c1c1037e972435b346fed588c Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:21:30 +0000 Subject: [PATCH 27/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Remove merge changes. --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index fdf602be4ed..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A 3 list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 9a11e1029a6dd6b1e6d4d148f1c123df36766c40 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:23:29 +0000 Subject: [PATCH 28/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Change repo name. --- .github/workflows/sync_class_ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 5d4093ec8bd..fa5190838ba 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -18,6 +18,6 @@ jobs: PAYLOAD_AUTHOR: ${{ github.author }} PAYLOAD_REVISION: "3" with: - repository: 17chuchu/redot-docs-site + repository: Redot-Engine/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From 3424636ce9e79e3d0368d23d6925e08e5c5486ff Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:28:22 +0000 Subject: [PATCH 29/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test. --- doc/tools/doc_status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tools/doc_status.py b/doc/tools/doc_status.py index 960778dec98..e49d56bfb8e 100755 --- a/doc/tools/doc_status.py +++ b/doc/tools/doc_status.py @@ -28,6 +28,7 @@ "i": False, "a": True, "e": False, + "f": False, } flag_descriptions = { "c": "Toggle colors when outputting.", From 5a87dee04e682688b49830610c1f279d8a127762 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:29:36 +0000 Subject: [PATCH 30/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test." This reverts commit 3424636ce9e79e3d0368d23d6925e08e5c5486ff. --- doc/tools/doc_status.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/tools/doc_status.py b/doc/tools/doc_status.py index e49d56bfb8e..960778dec98 100755 --- a/doc/tools/doc_status.py +++ b/doc/tools/doc_status.py @@ -28,7 +28,6 @@ "i": False, "a": True, "e": False, - "f": False, } flag_descriptions = { "c": "Toggle colors when outputting.", From 238aded04394cecdece1bfc81d385cd8de558e72 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:51:41 +0000 Subject: [PATCH 31/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Remove unneeded changes. --- .github/workflows/sync_class_ref.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index fa5190838ba..62cbffcf3ed 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -16,7 +16,6 @@ jobs: - uses: passeidireto/trigger-external-workflow-action@main env: PAYLOAD_AUTHOR: ${{ github.author }} - PAYLOAD_REVISION: "3" with: repository: Redot-Engine/redot-docs-site event: sync_class_ref From 031dcc9794a6b8ed9ced73e4055919458d75f83a Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:52:48 +0000 Subject: [PATCH 32/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 2 +- doc/classes/@GlobalScope.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 62cbffcf3ed..72047b75760 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -17,6 +17,6 @@ jobs: env: PAYLOAD_AUTHOR: ${{ github.author }} with: - repository: Redot-Engine/redot-docs-site + repository: 17chuchu/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 270942b508e..643b45fab15 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A asdfasdf list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From c90110ff8cb7cf73c80940e24655b9abed3c6f88 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:53:52 +0000 Subject: [PATCH 33/45] Revert "Implement: Chore: Setup CI to pull the class DB from the engine #4: Test" This reverts commit 031dcc9794a6b8ed9ced73e4055919458d75f83a. --- .github/workflows/sync_class_ref.yml | 2 +- doc/classes/@GlobalScope.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 72047b75760..62cbffcf3ed 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -17,6 +17,6 @@ jobs: env: PAYLOAD_AUTHOR: ${{ github.author }} with: - repository: 17chuchu/redot-docs-site + repository: Redot-Engine/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 643b45fab15..270942b508e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -4,7 +4,7 @@ Global scope constants and functions. - A asdfasdf list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. For the entries that can only be accessed from scripts written in GDScript, see [@GDScript]. From 2e53824cfd2a7db15bf53a07b3ae6133cfbcc3fa Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 21:55:59 +0000 Subject: [PATCH 34/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 62cbffcf3ed..5f496515d13 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,6 +1,7 @@ name: Trigger Sync Class Reference on: + workflow_dispatch: pull_request: paths: - 'doc/classes/**' From d1e811987d92f236592d66f14660fe4a1ff8331b Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:01:12 +0000 Subject: [PATCH 35/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 5f496515d13..e7f647529c7 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -17,6 +17,7 @@ jobs: - uses: passeidireto/trigger-external-workflow-action@main env: PAYLOAD_AUTHOR: ${{ github.author }} + PAYLOAD_REVISION: "master" with: repository: Redot-Engine/redot-docs-site event: sync_class_ref From db36c91d19f602b16585897682b23c5762e2a9c0 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:02:09 +0000 Subject: [PATCH 36/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index e7f647529c7..ad5e4e38fa9 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -11,13 +11,11 @@ on: jobs: trigger: name: Trigger update class reference files based on the engine revision - if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@main env: PAYLOAD_AUTHOR: ${{ github.author }} - PAYLOAD_REVISION: "master" with: repository: Redot-Engine/redot-docs-site event: sync_class_ref From 2b4cd51e171cb3ecbb5530260fb0f6f136c49d20 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:02:56 +0000 Subject: [PATCH 37/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index ad5e4e38fa9..87dd6eabb47 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -17,6 +17,6 @@ jobs: env: PAYLOAD_AUTHOR: ${{ github.author }} with: - repository: Redot-Engine/redot-docs-site + repository: 17chuchu/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From 2341950366d54e3ac8259124b142e5d2e6a1e33f Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:06:12 +0000 Subject: [PATCH 38/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Revert back --- .github/workflows/sync_class_ref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 87dd6eabb47..62cbffcf3ed 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,7 +1,6 @@ name: Trigger Sync Class Reference on: - workflow_dispatch: pull_request: paths: - 'doc/classes/**' @@ -11,12 +10,13 @@ on: jobs: trigger: name: Trigger update class reference files based on the engine revision + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@main env: PAYLOAD_AUTHOR: ${{ github.author }} with: - repository: 17chuchu/redot-docs-site + repository: Redot-Engine/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From 8b1f72cb65818b5e5d081213e770cd7a63fc4f70 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:09:39 +0000 Subject: [PATCH 39/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 62cbffcf3ed..53e55747ad4 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -10,13 +10,12 @@ on: jobs: trigger: name: Trigger update class reference files based on the engine revision - if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - uses: passeidireto/trigger-external-workflow-action@main + - uses: passeidireto/trigger-external-workflow-action@v1.0.0 env: PAYLOAD_AUTHOR: ${{ github.author }} with: - repository: Redot-Engine/redot-docs-site + repository: 17chuchu/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From b03ce5e7715614c72a1177e31cb75f1ef4570162 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:10:46 +0000 Subject: [PATCH 40/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 53e55747ad4..f1018db5e25 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,6 +1,7 @@ name: Trigger Sync Class Reference on: + workflow_dispatch: pull_request: paths: - 'doc/classes/**' From befc64b51e4e7b278cdd0cd04c3163d896e2aa8d Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:12:19 +0000 Subject: [PATCH 41/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index f1018db5e25..62c3bbac0f5 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: passeidireto/trigger-external-workflow-action@v1.0.0 env: - PAYLOAD_AUTHOR: ${{ github.author }} + PAYLOAD_AUTHOR: ${{ github.actor }} with: repository: 17chuchu/redot-docs-site event: sync_class_ref From 83f94a5409dfe9b59588f6a967ec6bff5c0c9d9a Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:15:02 +0000 Subject: [PATCH 42/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Update --- .github/workflows/sync_class_ref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 62c3bbac0f5..39be562aa54 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,7 +1,6 @@ name: Trigger Sync Class Reference on: - workflow_dispatch: pull_request: paths: - 'doc/classes/**' @@ -11,12 +10,13 @@ on: jobs: trigger: name: Trigger update class reference files based on the engine revision + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@v1.0.0 env: PAYLOAD_AUTHOR: ${{ github.actor }} with: - repository: 17chuchu/redot-docs-site + repository: Redot-Engine/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From 2fab17369fdf0f81c6530ffba9c4f37cf81d07ba Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:17:32 +0000 Subject: [PATCH 43/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 39be562aa54..a3240125dc7 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,22 +1,22 @@ name: Trigger Sync Class Reference on: +workflow_dispatch: pull_request: paths: - 'doc/classes/**' types: [closed] - branches: master + branches: [master] jobs: trigger: name: Trigger update class reference files based on the engine revision - if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@v1.0.0 env: PAYLOAD_AUTHOR: ${{ github.actor }} with: - repository: Redot-Engine/redot-docs-site + repository: 17chuchu/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} From 19daeea6161fd25b4343fd3e4b4090b65f6bdcdc Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:18:30 +0000 Subject: [PATCH 44/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Test --- .github/workflows/sync_class_ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index a3240125dc7..bdf76050523 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,7 +1,7 @@ name: Trigger Sync Class Reference on: -workflow_dispatch: + workflow_dispatch: pull_request: paths: - 'doc/classes/**' From cc1f3f8dd94ca589fa598c6a3e40a1da93c1f0c7 Mon Sep 17 00:00:00 2001 From: unknown <17chuchu.guy@gmail.com> Date: Tue, 17 Feb 2026 22:19:47 +0000 Subject: [PATCH 45/45] Implement: Chore: Setup CI to pull the class DB from the engine #4: Update --- .github/workflows/sync_class_ref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index bdf76050523..5191c35711b 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -1,7 +1,6 @@ name: Trigger Sync Class Reference on: - workflow_dispatch: pull_request: paths: - 'doc/classes/**' @@ -11,12 +10,13 @@ on: jobs: trigger: name: Trigger update class reference files based on the engine revision + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: passeidireto/trigger-external-workflow-action@v1.0.0 env: PAYLOAD_AUTHOR: ${{ github.actor }} with: - repository: 17chuchu/redot-docs-site + repository: Redot-Engine/redot-docs-site event: sync_class_ref github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }}