Skip to content

Commit 830b31f

Browse files
authored
chore: set doc PRs on auto-merge (#650)
* chore: set doc PRs on auto-merge * chore: updated year * chore: automerge only for the docs branch * chore: using auto-merge label * chore: using auto-merge label
1 parent 3ba3831 commit 830b31f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
commit-message: 'docs: Update docs'
6161
author: googlemaps-bot <[email protected]>
6262
committer: googlemaps-bot <[email protected]>
63-
labels: docs
63+
labels: |
64+
docs
65+
automerge
6466
title: 'docs: Update docs'
6567
body: |
6668
Updated GitHub pages with latest from `./gradlew dokkaHtml`.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.iml
22
.idea
33
.gradle
4+
.kotlin
45
/local.properties
56
/.idea/caches
67
/.idea/libraries

0 commit comments

Comments
 (0)