From bad0cbd9446f29fb4ecf94843a03b2c99ab9c8b8 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Tue, 28 Nov 2023 09:24:30 +0400 Subject: [PATCH] Sync project automation code to infra repo (#3402) --- .github/sync.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index e07e6cd1947..accbec4adef 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -11,6 +11,10 @@ group: dest: automations/python/ - source: automations/data/ dest: automations/data/ + - source: automations/js/src/project_automation/ + dest: automations/js/src/project_automation/ + - source: automations/js/src/utils/ + dest: automations/js/src/utils/ # Synced workflows - source: .github/workflows/issue_automations.yml dest: .github/workflows/issue_automations.yml