[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5b4b5d31018 Updating config from bot
5b4b5d31018 is described below

commit 5b4b5d3101856d3c83aa2f19ff89d3e4b9e4ebb3
Author: github-actions 
AuthorDate: Fri Oct 14 05:56:52 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6df243d929d Updating config from bot
6df243d929d is described below

commit 6df243d929d6f19350af2bfd93187f3dd774587c
Author: github-actions 
AuthorDate: Fri Oct 14 05:56:47 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 77c87f7f401 Updating config from bot
77c87f7f401 is described below

commit 77c87f7f4015e3ce6d7d276a591ad7ac6ebf760c
Author: github-actions 
AuthorDate: Fri Oct 14 05:56:32 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 505fb99c719 Updating config from bot
505fb99c719 is described below

commit 505fb99c7190d3f77bc9fb2126948c3d701f5383
Author: github-actions 
AuthorDate: Fri Oct 14 05:56:21 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bb7080b643a Updating config from bot
bb7080b643a is described below

commit bb7080b643aa94c44046156ea5eee3eb32aa611d
Author: github-actions 
AuthorDate: Fri Oct 14 05:56:16 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 571710937b5 Updating config from bot
571710937b5 is described below

commit 571710937b5a8d5068441650ffe5489d3c8db612
Author: github-actions 
AuthorDate: Fri Oct 14 05:29:48 2022 +

Updating config from bot



[beam] branch nightly-refs/heads/master updated (0e99c1efd98 -> 775d371762d)

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


from 0e99c1efd98 Extend a timeout to create a bt cluster. (#23617)
 add d9e77277059 Use new github output format (#23624)
 add cc82c320129 Tour of Beam frontend state management (#23420) (#23572)
 add 68d6cc0efac Added content: The direct runner is not suited to 
production pipelines
 add 97d69beb9aa Merge pull request #23512: Added content: The direct 
runner is not suited to production pipelines
 add ddaf6c739f0 Merge pull request #23524: Adding beam blog info to the 
Community page
 add b100560ac3b Add agent to open modules
 add c047c998b22 check for empty
 add 744bd49f1f2 limit to jamm and update comments
 add 0c627ac0b8f reuse options, pr comments
 add f47d9343077 Update 
sdks/java/container/agent/src/main/java/org/apache/beam/agent/OpenModuleAgent.java
 add 117aa34bcef Merge pull request #23165 from kileys/jamm
 add d30ecdaf51a Update publish_release_notes to generate PR list (#23630)
 add b681a63674b Remove artificial timeout in FirestoreV1IT, Dataflow 
runner is very slow
 add 2d84233009f Merge pull request #23578: Remove artificial timeout in 
FirestoreV1IT, Dataflow runner is very slow
 add 775d371762d Bump Legacy dataflow container image tag (#23625)

No new revisions were added by this update.

Summary of changes:
 .../setup-default-test-properties/action.yml   |   2 +-
 .github/workflows/build_wheels.yml |   8 +-
 .github/workflows/playground_deploy_examples.yml   |   4 +-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  44 +--
 .../frontend/lib/cache/content_tree.dart   |  25 +-
 .../lib/cache/{sdk_cache.dart => sdk.dart} |   8 +-
 .../cache/{content_tree.dart => unit_content.dart} |  37 ++-
 .../lib/components/builders/content_tree.dart  |   4 +-
 .../builders/{sdks_builder.dart => sdks.dart}  |   6 +-
 .../lib/components/profile/profile_content.dart|   2 +-
 .../frontend/lib/components/sdk_dropdown.dart  |   2 +-
 learning/tour-of-beam/frontend/lib/locator.dart|  23 +-
 learning/tour-of-beam/frontend/lib/main.dart   |  31 +-
 .../frontend/lib/models/content_tree.dart  |  15 +-
 .../tour-of-beam/frontend/lib/models/group.dart|  18 +-
 .../tour-of-beam/frontend/lib/models/module.dart   |  31 +-
 .../lib/models/{abstract_node.dart => node.dart}   |   7 +-
 .../client/client.dart => models/parent_node.dart} |  13 +-
 .../tour-of-beam/frontend/lib/models/unit.dart |   7 +-
 .../lib/models/{module.dart => unit_content.dart}  |  24 +-
 .../tour/controllers}/content_tree.dart|  43 ++-
 .../sdks_builder.dart => pages/tour/page.dart} |  37 ++-
 .../tour-of-beam/frontend/lib/pages/tour/path.dart |  63 
 .../frontend/lib/pages/tour/screen.dart| 320 ++---
 .../frontend/lib/pages/tour/state.dart | 155 ++
 .../frontend/lib/pages/tour/widgets/content.dart   | 115 
 .../lib/pages/tour/widgets/content_tree.dart   |  66 +
 .../tour/widgets/content_tree_title.dart}  |  34 +--
 .../frontend/lib/pages/tour/widgets/group.dart |  58 
 .../tour/widgets/group_nodes.dart} |  32 ++-
 .../tour/widgets/group_title.dart} |  37 +--
 .../frontend/lib/pages/tour/widgets/module.dart|  58 
 .../lib/pages/tour/widgets/module_title.dart   |  55 
 .../tour/widgets/node.dart}|  42 ++-
 .../pages/tour/{ => widgets}/playground_demo.dart  |  55 +---
 .../tour/widgets/tour_progress_indicator.dart} |  26 +-
 .../tour/widgets/unit.dart}|  38 +--
 .../tour/widgets/unit_content.dart}|  20 +-
 .../sdks_builder.dart => pages/welcome/page.dart}  |  34 ++-
 .../{models/sdk.dart => pages/welcome/path.dart}   |  16 +-
 .../frontend/lib/pages/welcome/screen.dart | 137 +
 .../sdks_builder.dart => pages/welcome/state.dart} |  36 ++-
 .../frontend/lib/repositories/client/client.dart   |   5 +-
 .../client/cloud_functions_client.dart |  22 +-
 .../models/get_content_tree_response.dart} |  12 +-
 .../lib/repositories/models/get_sdks_response.dart |   5 +-
 .../frontend/lib/repositories/models/group.dart|   3 +
 .../lib/{ => repositories}/models/module.dart  |  13 +-
 .../{models/sdk.dart => router/page_factory.dart}  |  26 +-
 .../route_information_parser.dart} |  25 +-
 learning/tour-of-beam/frontend/pubspec.lock|  37 ++-
 learning/tour-of-beam/frontend/pubspec.yaml|   4 +-
 .../tour-of-beam/frontend/test/overflow_test.dart  |  10 +-
 .../lib/playground_components.dart |   1 +
 .../playground_components/lib/src/models/sdk.dart  |  11 +
 .../lib/src/widgets/clickable.dart |  26 +-
 

[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e4eb3350811 Updating config from bot
e4eb3350811 is described below

commit e4eb33508119cfcc2a80ca7f3f24b218169ebe08
Author: github-actions 
AuthorDate: Fri Oct 14 05:05:00 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new fce29d6242b Updating config from bot
fce29d6242b is described below

commit fce29d6242b1dba873eeff40e24d8ab8f5e2eaaf
Author: github-actions 
AuthorDate: Fri Oct 14 05:04:56 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 939c16eebd3 Updating config from bot
939c16eebd3 is described below

commit 939c16eebd3a2105eca0a4047b36ceacc739ddc9
Author: github-actions 
AuthorDate: Fri Oct 14 05:04:46 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 657f9b398e0 Updating config from bot
657f9b398e0 is described below

commit 657f9b398e06185ad2b0c380db2013f9eb2c2fed
Author: github-actions 
AuthorDate: Fri Oct 14 05:04:37 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4844de02a13 Updating config from bot
4844de02a13 is described below

commit 4844de02a13921af8c8462720cedec1d47591af9
Author: github-actions 
AuthorDate: Fri Oct 14 05:04:33 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 27cdf9f22cf Updating config from bot
27cdf9f22cf is described below

commit 27cdf9f22cfd2bfb4f2ee623c715906a2612a3e2
Author: github-actions 
AuthorDate: Fri Oct 14 04:19:44 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d565169370e Updating config from bot
d565169370e is described below

commit d565169370ee79a011c39ea201aa378993267a4c
Author: github-actions 
AuthorDate: Fri Oct 14 04:19:40 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new fe2b7714a0e Updating config from bot
fe2b7714a0e is described below

commit fe2b7714a0edce9f2a694d14c39ba54a3e1fa61d
Author: github-actions 
AuthorDate: Fri Oct 14 04:19:17 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 332cc5daa08 Updating config from bot
332cc5daa08 is described below

commit 332cc5daa08340b53aa30b0cbebd1531ad1f46d1
Author: github-actions 
AuthorDate: Fri Oct 14 04:19:29 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 466aa2d7324 Updating config from bot
466aa2d7324 is described below

commit 466aa2d7324afb908a68864f688e6004137461ed
Author: github-actions 
AuthorDate: Fri Oct 14 04:19:21 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 055bf979359 Updating config from bot
055bf979359 is described below

commit 055bf9793591d45104484fba15b54ee01c6a82ea
Author: github-actions 
AuthorDate: Fri Oct 14 03:24:06 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 624d92f024d Updating config from bot
624d92f024d is described below

commit 624d92f024d19ca2f050966cdaf2e74a8869dc3e
Author: github-actions 
AuthorDate: Fri Oct 14 03:24:02 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7b96401212b Updating config from bot
7b96401212b is described below

commit 7b96401212b0a31f86cacb4975c9c7cd92e05790
Author: github-actions 
AuthorDate: Fri Oct 14 03:23:51 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 55ea30e6d37 Updating config from bot
55ea30e6d37 is described below

commit 55ea30e6d37e7beddab3904f80e1324bc93c1caf
Author: github-actions 
AuthorDate: Fri Oct 14 03:23:40 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index c5d35afc7af..6cc399625b9 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -4,7 +4,7 @@
 "AnandInguva": 1665707077852,
 "yeandy": 1665485930944,
 "TheNeuralBit": 1665615906686,
-"ryanthompson591": 1665432309673,
+"ryanthompson591": 1665717817763,
 "tvalentyn": 1665432338909,
 "pabloem": 1665577715180,
 "y1chi": 1665704527367



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 11adee6e71a Updating config from bot
11adee6e71a is described below

commit 11adee6e71a33acd2345e99285134c134ee33359
Author: github-actions 
AuthorDate: Fri Oct 14 03:23:43 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new ccdc8836d61 Updating config from bot
ccdc8836d61 is described below

commit ccdc8836d6146ce05889b092547b5604b383870c
Author: github-actions 
AuthorDate: Fri Oct 14 03:23:38 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-23579.json | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-23579.json 
b/scripts/ci/pr-bot/state/pr-state/pr-23579.json
index 242a48d7d3b..d44e74f48e6 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-23579.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-23579.json
@@ -1,7 +1,9 @@
 {
-  "commentedAboutFailingChecks": true,
-  "reviewersAssignedForLabels": {},
-  "nextAction": "Author",
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "ryanthompson591"
+  },
+  "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
   "committerAssigned": false



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f0e5bb5c7f0 Updating config from bot
f0e5bb5c7f0 is described below

commit f0e5bb5c7f0feb3878657f18b3b3c758e9cbee0e
Author: github-actions 
AuthorDate: Fri Oct 14 03:23:35 2022 +

Updating config from bot



[beam] branch master updated: Bump Legacy dataflow container image tag (#23625)

2022-10-13 Thread tvalentyn
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new 775d371762d Bump Legacy dataflow container image tag (#23625)
775d371762d is described below

commit 775d371762d1ed6e1a0e16111ef55fece2e1fc1f
Author: Anand Inguva <34158215+ananding...@users.noreply.github.com>
AuthorDate: Thu Oct 13 22:15:58 2022 -0400

Bump Legacy dataflow container image tag (#23625)
---
 sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py 
b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index c6df370c0f8..ef54b03ccdb 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -36,7 +36,7 @@ SERIALIZED_SOURCE_KEY = 'serialized_source'
 
 # Update this version to the next version whenever there is a change that will
 # require changes to legacy Dataflow worker execution environment.
-BEAM_CONTAINER_VERSION = 'beam-master-20220914'
+BEAM_CONTAINER_VERSION = 'beam-master-20221013'
 # Update this version to the next version whenever there is a change that
 # requires changes to SDK harness container or SDK harness launcher.
 BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220914'



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b204e36af8a Updating config from bot
b204e36af8a is described below

commit b204e36af8a97f6a515ca3ecb0548a251f235ec9
Author: github-actions 
AuthorDate: Fri Oct 14 01:44:46 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new aa1ef83b0e3 Updating config from bot
aa1ef83b0e3 is described below

commit aa1ef83b0e3b5b464ee7e62a0f618f20c046d532
Author: github-actions 
AuthorDate: Fri Oct 14 01:36:18 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new cb4d995d2db Updating config from bot
cb4d995d2db is described below

commit cb4d995d2db68a80823fbb89032a34a1406af238
Author: github-actions 
AuthorDate: Fri Oct 14 01:36:14 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a02e1286f69 Updating config from bot
a02e1286f69 is described below

commit a02e1286f697233e0d4cd355036d825bf5f79038
Author: github-actions 
AuthorDate: Fri Oct 14 01:36:03 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5671d5198de Updating config from bot
5671d5198de is described below

commit 5671d5198de99faf716fbcfc68f8f1724ab5947c
Author: github-actions 
AuthorDate: Fri Oct 14 01:35:48 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b903c64923e Updating config from bot
b903c64923e is described below

commit b903c64923e056dd926456a9d0f3a2c71d0b3d93
Author: github-actions 
AuthorDate: Fri Oct 14 01:35:54 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1279dbefd77 Updating config from bot
1279dbefd77 is described below

commit 1279dbefd77645d4fa6c0d3886e7bf821a988f23
Author: github-actions 
AuthorDate: Fri Oct 14 01:01:38 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a163898c0c9 Updating config from bot
a163898c0c9 is described below

commit a163898c0c968bf9b880dc1481d5e6ab6bb5bfa9
Author: github-actions 
AuthorDate: Fri Oct 14 00:56:01 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a9b8889094e Updating config from bot
a9b8889094e is described below

commit a9b8889094e834632d109f0128d7ea1fea1de6e6
Author: github-actions 
AuthorDate: Fri Oct 14 00:50:51 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e6cd6d49d73 Updating config from bot
e6cd6d49d73 is described below

commit e6cd6d49d73abd353fe69cfe339a1cdb1b7d2ba4
Author: github-actions 
AuthorDate: Fri Oct 14 00:51:03 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e836f8475c6 Updating config from bot
e836f8475c6 is described below

commit e836f8475c62157c1e131725dd59592c57e27e13
Author: github-actions 
AuthorDate: Fri Oct 14 00:50:43 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 979a8442393 Updating config from bot
979a8442393 is described below

commit 979a84423932de4601a189c3cd1ed668cacc9379
Author: github-actions 
AuthorDate: Fri Oct 14 00:51:07 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5a15531bf6f Updating config from bot
5a15531bf6f is described below

commit 5a15531bf6f051ec80a4b7e56aa601b596025be7
Author: github-actions 
AuthorDate: Fri Oct 14 00:50:39 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new dea13a17035 Updating config from bot
dea13a17035 is described below

commit dea13a170356b20a16d7a22712711cfb2abb56e3
Author: github-actions 
AuthorDate: Fri Oct 14 00:27:01 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f321c7d9171 Updating config from bot
f321c7d9171 is described below

commit f321c7d9171d111f27efee1e668734b585477d45
Author: github-actions 
AuthorDate: Fri Oct 14 00:25:05 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 80e42ec2458 Updating config from bot
80e42ec2458 is described below

commit 80e42ec245820130a616850679a28eb605be8564
Author: github-actions 
AuthorDate: Fri Oct 14 00:24:55 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d80e311fc59 Updating config from bot
d80e311fc59 is described below

commit d80e311fc59e8b539d86a5c3ac2d618ef58b9f93
Author: github-actions 
AuthorDate: Fri Oct 14 00:24:43 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1f91638703e Updating config from bot
1f91638703e is described below

commit 1f91638703e173f95e937bedc7fb82abf1f92f42
Author: github-actions 
AuthorDate: Fri Oct 14 00:25:10 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 85ac82ff1b1 Updating config from bot
85ac82ff1b1 is described below

commit 85ac82ff1b1ad6c608134ea9c3cc72d39f7f8cce
Author: github-actions 
AuthorDate: Fri Oct 14 00:24:47 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bbbe7190791 Updating config from bot
bbbe7190791 is described below

commit bbbe7190791f65e6cbea937591e98c022b51031b
Author: github-actions 
AuthorDate: Fri Oct 14 00:24:40 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index ae08dfdf615..c5d35afc7af 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -1,7 +1,7 @@
 {
   "label": "python",
   "dateOfLastReviewAssignment": {
-"AnandInguva": 1665406074508,
+"AnandInguva": 1665707077852,
 "yeandy": 1665485930944,
 "TheNeuralBit": 1665615906686,
 "ryanthompson591": 1665432309673,



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7d756f3f62b Updating config from bot
7d756f3f62b is described below

commit 7d756f3f62b42fc2082c440611c81837d4cb267e
Author: github-actions 
AuthorDate: Fri Oct 14 00:24:38 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-23633.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-23633.json 
b/scripts/ci/pr-bot/state/pr-state/pr-23633.json
new file mode 100644
index 000..6272b4e797d
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-23633.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "AnandInguva"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2d180c12b5f Updating config from bot
2d180c12b5f is described below

commit 2d180c12b5f2e39e58abdc1dce4bf098e7999078
Author: github-actions 
AuthorDate: Thu Oct 13 23:43:19 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 792b18843e7 Updating config from bot
792b18843e7 is described below

commit 792b18843e7da807d85f9d14a13d0e5097edfbc9
Author: github-actions 
AuthorDate: Thu Oct 13 23:43:12 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 00e6c2b9f7d Updating config from bot
00e6c2b9f7d is described below

commit 00e6c2b9f7d0ba8821dd6bea1f8a89717de9f60e
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:48 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9591053cead Updating config from bot
9591053cead is described below

commit 9591053cead4e4eca69b5118a100887f31366d0e
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:30 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f218a8b4850 Updating config from bot
f218a8b4850 is described below

commit f218a8b48505aa9327c915ac1f1e209b8ea33538
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:26 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-23549.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-23549.json 
b/scripts/ci/pr-bot/state/pr-state/pr-23549.json
index 4db8b1290f7..a8342eb553c 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-23549.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-23549.json
@@ -6,5 +6,5 @@
   "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
-  "committerAssigned": false
+  "committerAssigned": true
 }
\ No newline at end of file



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 0abd8c84b50 Updating config from bot
0abd8c84b50 is described below

commit 0abd8c84b50c8ea76b7ff61e56e7a5783f582e22
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:21 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 88e01a2ebf3 Updating config from bot
88e01a2ebf3 is described below

commit 88e01a2ebf3fa5ab85de3edb06bfb2d24860cb2a
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:15 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e939776e9cb Updating config from bot
e939776e9cb is described below

commit e939776e9cbefb902974b8d4b560b5640e604d78
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:12 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 7848d1923ec..ae08dfdf615 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -7,6 +7,6 @@
 "ryanthompson591": 1665432309673,
 "tvalentyn": 1665432338909,
 "pabloem": 1665577715180,
-"y1chi": 1665403638371
+"y1chi": 1665704527367
   }
 }
\ No newline at end of file



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1b661d23eff Updating config from bot
1b661d23eff is described below

commit 1b661d23eff81571eebf855e8f639be8c1576586
Author: github-actions 
AuthorDate: Thu Oct 13 23:42:09 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-23626.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-23626.json 
b/scripts/ci/pr-bot/state/pr-state/pr-23626.json
new file mode 100644
index 000..3e0214d185f
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-23626.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "y1chi"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d300c66e204 Updating config from bot
d300c66e204 is described below

commit d300c66e204a36ff45aac741e9f7f6297ec61b72
Author: github-actions 
AuthorDate: Thu Oct 13 23:40:12 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d39803dc672 Updating config from bot
d39803dc672 is described below

commit d39803dc672cc4a6eb028b53aca9a809d8fd7140
Author: github-actions 
AuthorDate: Thu Oct 13 23:30:11 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a34e38da5db Updating config from bot
a34e38da5db is described below

commit a34e38da5db0b0470068ead106347c16289172a7
Author: github-actions 
AuthorDate: Thu Oct 13 23:05:33 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 8afe9782ae3 Updating config from bot
8afe9782ae3 is described below

commit 8afe9782ae3b898fbc1bf296e2b7c3ab0737faa1
Author: github-actions 
AuthorDate: Thu Oct 13 23:05:44 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4a3120f757f Updating config from bot
4a3120f757f is described below

commit 4a3120f757f1a4191a8390d2cd86a9fd6946f9dc
Author: github-actions 
AuthorDate: Thu Oct 13 23:05:48 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4138c8b23a7 Updating config from bot
4138c8b23a7 is described below

commit 4138c8b23a79bee6f7ab3a7c40a9b40e48361a20
Author: github-actions 
AuthorDate: Thu Oct 13 23:05:25 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2a921bc6014 Updating config from bot
2a921bc6014 is described below

commit 2a921bc601400d25a8110ab75265981ee27866b8
Author: github-actions 
AuthorDate: Thu Oct 13 23:05:19 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 911253c9d6d Updating config from bot
911253c9d6d is described below

commit 911253c9d6da8a01213944b8f7517711a441b8d9
Author: github-actions 
AuthorDate: Thu Oct 13 23:05:22 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bd512fd55da Updating config from bot
bd512fd55da is described below

commit bd512fd55daa329dad9c17fdb57a55fc6869232b
Author: github-actions 
AuthorDate: Thu Oct 13 22:41:51 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7ad741564fb Updating config from bot
7ad741564fb is described below

commit 7ad741564fb4ea846442eca15409915ba726d523
Author: github-actions 
AuthorDate: Thu Oct 13 22:41:28 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9b589f53c91 Updating config from bot
9b589f53c91 is described below

commit 9b589f53c913a62eadb9995c980e63f591350e19
Author: github-actions 
AuthorDate: Thu Oct 13 22:41:59 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d5b7a384484 Updating config from bot
d5b7a384484 is described below

commit d5b7a384484527eba51881aa7a10b25a090aa0a1
Author: github-actions 
AuthorDate: Thu Oct 13 22:41:11 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b04bd1370cd Updating config from bot
b04bd1370cd is described below

commit b04bd1370cdb45fe56aa3a4ef141fe6c7243eb6e
Author: github-actions 
AuthorDate: Thu Oct 13 22:41:00 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 569efcaf714 Updating config from bot
569efcaf714 is described below

commit 569efcaf71462814db8c5b0ece5bc3089f4e32a5
Author: github-actions 
AuthorDate: Thu Oct 13 22:41:06 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 38b89089c7f Updating config from bot
38b89089c7f is described below

commit 38b89089c7f69d10dc0ef2a35eb89f6bb3552ff3
Author: github-actions 
AuthorDate: Thu Oct 13 22:23:29 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a38ee65170d Updating config from bot
a38ee65170d is described below

commit a38ee65170d730680d7625e1c8bed9f7ab20540c
Author: github-actions 
AuthorDate: Thu Oct 13 22:23:21 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 187bd0a9c2d Updating config from bot
187bd0a9c2d is described below

commit 187bd0a9c2d2a2c401d14cf6dff06b9bc60deffa
Author: github-actions 
AuthorDate: Thu Oct 13 22:23:52 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 55ad0afa4d1 Updating config from bot
55ad0afa4d1 is described below

commit 55ad0afa4d1d2d912d1f3b368955c2aa4fb701e6
Author: github-actions 
AuthorDate: Thu Oct 13 22:23:48 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 85457af5345 Updating config from bot
85457af5345 is described below

commit 85457af5345305ff18485529c5007cb433ccafab
Author: github-actions 
AuthorDate: Thu Oct 13 22:23:37 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c916c57a955 Updating config from bot
c916c57a955 is described below

commit c916c57a95599558f48241f5c52d4128b1c77aee
Author: github-actions 
AuthorDate: Thu Oct 13 22:23:26 2022 +

Updating config from bot



[beam] branch asf-site updated: Publishing website 2022/10/13 22:16:06 at commit 2d84233

2022-10-13 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 802f7de880a Publishing website 2022/10/13 22:16:06 at commit 2d84233
802f7de880a is described below

commit 802f7de880a5366a4e2b04605a60d5d47c48d3ba
Author: jenkins 
AuthorDate: Thu Oct 13 22:16:07 2022 +

Publishing website 2022/10/13 22:16:06 at commit 2d84233
---
 website/generated-content/community/index.xml   | 13 +
 website/generated-content/community/join-beam/index.html|  3 ++-
 website/generated-content/contribute/index.xml  |  3 ++-
 .../generated-content/contribute/release-guide/index.html   |  4 ++--
 .../documentation/runners/direct/index.html |  4 ++--
 website/generated-content/sitemap.xml   |  2 +-
 6 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/website/generated-content/community/index.xml 
b/website/generated-content/community/index.xml
index ef357a2e6f4..1aee0768d8c 100644
--- a/website/generated-content/community/index.xml
+++ b/website/generated-content/community/index.xml
@@ -881,6 +881,19 @@ limitations under the License.
 div class="cirkle">
 i class="fas fa-check">/i>
 /div>
+img src="/images/ellipse.svg" class="reverse desktop" alt="elipse icon">
+img src="/images/ellipse-mobile.svg" class="reverse mobile" alt="elipse 
icon">
+/div>
+div class="list-item-description">
+p class="beam-title">Blog posts/p>
+p class="beam-description">Publish articles and share your knowledge about 
Beam on Medium using the a target="_blank" 
https://medium.com/tag/apache-beam;>apache-beam tag/a>./p>
+/div>
+/div>
+div class="list-item">
+div class="list-item-icon">
+div class="cirkle">
+i class="fas fa-check">/i>
+/div>
 /div>
 div class="list-item-description">
 p class="beam-title">Events/p>
diff --git a/website/generated-content/community/join-beam/index.html 
b/website/generated-content/community/join-beam/index.html
index 39d70b89927..3d183cdaf67 100644
--- a/website/generated-content/community/join-beam/index.html
+++ b/website/generated-content/community/join-beam/index.html
@@ -24,7 +24,8 @@ function 
openMenu(){addPlaceholder();blockScroll();}Slack 
ChannelFor real-time communication, join us on 
the https://app.slack.com/client/T4S1WH2J3/C9H0YNP3P>#beam channel in the 
ASF workspace.Twitter accountFollow https://twitter.com/apachebeam?lang=en;>@ApacheBeam on Twitter for 
the most recent news on the project and community!YouTube 
channelFollow our https://www.youtube.com/channel/UChNnb_YO_7B0HlW6FhAXZZQ>YouTube 
channel for the latest training and use cases.StackOverflowAsk your Beam questions in StackOverflow using the https://stackoverflow.com/questions/tagged/apache-beam>apache-beam 
tag.E [...]
+StackOverflowAsk your Beam questions in StackOverflow using the https://stackoverflow.com/questions/tagged/apache-beam>apache-beam 
tag.Blog 
postsPublish articles and share your knowledge 
about Beam on Medium using the https://medium.com/tag/apache-beam;>apache-beam tag.Read our Contribution Guide and 
PoliciesGet familiar with our contribution guide and policies.Create an 
IssueCreate an https://github.com/apache/beam/issues/new>issue for any bugs you find 
or features you’d like to see added.
 Find an area to 
contributeBeam recognizes code and non-code 
contributions. Check out the https://github.com/apache/beam/issues>GitHub Issues for some 
inspiration.Originating branch has the version information updated to the new 
version;/li>
 li>Nightly snapshot is in progress (do revisit it continually);/li>
 li>Set code>JAVA_HOME/code> to JDK 8 (Example: code>export 
JAVA_HOME=/example/path/to/java/jdk8/code>)./li>
+li>Have Java 11 installed./li>
 /ul>
 p>The core of the release process is the build-vote-fix cycle.
 Each cycle produces one release candidate.
@@ -1220,7 +1221,7 @@ is perfectly safe since the script does not depend on the 
current working tree.&
 /li>
 li>
 p>strong>Usage/strong>/p>
-pre>code>./beam/release/src/main/scripts/build_release_candidate.sh 
--release quot;${RELEASE_VERSION}quot; --rc 
quot;${RC_NUM}quot; --github-user quot;${GITHUB_USER}quot;
+pre>code>./beam/release/src/main/scripts/build_release_candidate.sh 
--release quot;${RELEASE_VERSION}quot; --rc 
quot;${RC_NUM}quot; --github-user quot;${GITHUB_USER}quot; 
--java11-home quot;${JAVA11_HOME}quot;
 /code>/pre>
 /li>
 li>
diff --git a/website/generated-content/contribute/release-guide/index.html 
b/website/generated-content/contribute/release-guide/index.html
index b60db4f8c8e..d2535349b9c 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -129,7 +129,7 @@ Make sure they have blocker Issues attached and are OK to 
get into the release b
 You are encouraged to ask the 

[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 179a45f1a4a Updating config from bot
179a45f1a4a is described below

commit 179a45f1a4a5fa87338006c95e1cebff7487f720
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:18 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 966e6454f95 Updating config from bot
966e6454f95 is described below

commit 966e6454f959549691a67d354e1feecb47dc785b
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:19 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a5cd7f56f6e Updating config from bot
a5cd7f56f6e is described below

commit a5cd7f56f6e6d7991bdfd8de5c01f23324e3aac7
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:02 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 289a09ca0fc Updating config from bot
289a09ca0fc is described below

commit 289a09ca0fcc7188ce2f4bff322989e0fe1f80b6
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:28 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 270ca2d1f14 Updating config from bot
270ca2d1f14 is described below

commit 270ca2d1f14aa949e864d92efee21710d38af730
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:33 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c871c1a1059 Updating config from bot
c871c1a1059 is described below

commit c871c1a105988ab277e9ecb1b5ca44151dbdaf55
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:09 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7fb99f26b2c Updating config from bot
7fb99f26b2c is described below

commit 7fb99f26b2ce52a5afdfa427fb3ef9abd3e3a1a7
Author: github-actions 
AuthorDate: Thu Oct 13 22:15:06 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new aeb1ca63b05 Updating config from bot
aeb1ca63b05 is described below

commit aeb1ca63b05afcc252fdb9a95345bb9a10b1ee65
Author: github-actions 
AuthorDate: Thu Oct 13 22:13:49 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1a1d38e8d3e Updating config from bot
1a1d38e8d3e is described below

commit 1a1d38e8d3e8c2f9a6f6b1437e8eeadaeb0da654
Author: github-actions 
AuthorDate: Thu Oct 13 22:12:16 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new af1f0b8df67 Updating config from bot
af1f0b8df67 is described below

commit af1f0b8df67d62cd50ecfc3c58dccf46f0a5b4e1
Author: github-actions 
AuthorDate: Thu Oct 13 22:11:04 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9bcba0a7a3f Updating config from bot
9bcba0a7a3f is described below

commit 9bcba0a7a3fd2ab912490307733535d8a89876b7
Author: github-actions 
AuthorDate: Thu Oct 13 22:10:53 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9d4678c4bd2 Updating config from bot
9d4678c4bd2 is described below

commit 9d4678c4bd2d44e1e99e7e53affbd672cc05548c
Author: github-actions 
AuthorDate: Thu Oct 13 22:11:09 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 68c5e01c42f Updating config from bot
68c5e01c42f is described below

commit 68c5e01c42fdd9428e084778672e503bebe14b18
Author: github-actions 
AuthorDate: Thu Oct 13 22:10:38 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c9236e75638 Updating config from bot
c9236e75638 is described below

commit c9236e75638cdc1dbaa388f3cd9c08553c462d98
Author: github-actions 
AuthorDate: Thu Oct 13 22:10:41 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 062cc50a88e Updating config from bot
062cc50a88e is described below

commit 062cc50a88e715fa2523f3428a075c71c581aceb
Author: github-actions 
AuthorDate: Thu Oct 13 22:10:44 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 11f56f6b0ba Updating config from bot
11f56f6b0ba is described below

commit 11f56f6b0ba567dee93a8dd2501011d96cb931b3
Author: github-actions 
AuthorDate: Thu Oct 13 22:01:52 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new aed1afcf159 Updating config from bot
aed1afcf159 is described below

commit aed1afcf159e71c33aa81b1e347fa2189bb95b4a
Author: github-actions 
AuthorDate: Thu Oct 13 22:01:56 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 906883aedf1 Updating config from bot
906883aedf1 is described below

commit 906883aedf1b656158c0318aee8f19fd74a40e01
Author: github-actions 
AuthorDate: Thu Oct 13 22:01:33 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b90d970bef6 Updating config from bot
b90d970bef6 is described below

commit b90d970bef64293e070278d0fc5028302608f246
Author: github-actions 
AuthorDate: Thu Oct 13 22:01:41 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3e302dd96c1 Updating config from bot
3e302dd96c1 is described below

commit 3e302dd96c17e3bb91acca29c9b0fe5c91c41a23
Author: github-actions 
AuthorDate: Thu Oct 13 22:01:30 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 07e6e2e8047 Updating config from bot
07e6e2e8047 is described below

commit 07e6e2e8047c740698572a77f2ec7335fb198b63
Author: github-actions 
AuthorDate: Thu Oct 13 22:01:27 2022 +

Updating config from bot



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a2916e3ef5e Updating config from bot
a2916e3ef5e is described below

commit a2916e3ef5e0242310b5c7c483b994a2ff80210a
Author: github-actions 
AuthorDate: Thu Oct 13 21:54:07 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-build.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-build.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
index 201925b2533..b88ab29ea34 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-build.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
@@ -2,6 +2,6 @@
   "label": "build",
   "dateOfLastReviewAssignment": {
 "damccorm": 1665577715400,
-"Abacn": 1665654091180
+"Abacn": 1665698043797
   }
 }
\ No newline at end of file



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c2548eeabd5 Updating config from bot
c2548eeabd5 is described below

commit c2548eeabd54a5483a6dc7fe64588a1a23590fec
Author: github-actions 
AuthorDate: Thu Oct 13 21:54:05 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-23629.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-23629.json 
b/scripts/ci/pr-bot/state/pr-state/pr-23629.json
new file mode 100644
index 000..9c51466b9ee
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-23629.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"build": "Abacn"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



[beam] branch pr-bot-state updated: Updating config from bot

2022-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 43e184dd960 Updating config from bot
43e184dd960 is described below

commit 43e184dd960689504a9987a27146ab55d8927de7
Author: github-actions 
AuthorDate: Thu Oct 13 21:54:43 2022 +

Updating config from bot



  1   2   3   >