We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21804fd commit 2820cacCopy full SHA for 2820cac
1 file changed
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2023 Google LLC
+# Copyright 2024 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -60,7 +60,9 @@ jobs:
60
commit-message: 'docs: Update docs'
61
author: googlemaps-bot <googlemaps-bot@google.com>
62
committer: googlemaps-bot <googlemaps-bot@google.com>
63
- labels: docs
+ labels: |
64
+ docs
65
+ automerge
66
title: 'docs: Update docs'
67
body: |
68
Updated GitHub pages with latest from `./gradlew dokkaHtml`.
0 commit comments