From 830b31fe281c629a68cfd2bc6bc662296ef61e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Tue, 26 Nov 2024 18:10:41 +0100 Subject: [PATCH] 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 --- .github/workflows/docs.yml | 4 +++- .gitignore | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 09132ec24..3166a138f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -60,7 +60,9 @@ jobs: commit-message: 'docs: Update docs' author: googlemaps-bot committer: googlemaps-bot - labels: docs + labels: | + docs + automerge title: 'docs: Update docs' body: | Updated GitHub pages with latest from `./gradlew dokkaHtml`. diff --git a/.gitignore b/.gitignore index b4420b1d7..fb7923f02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.iml .idea .gradle +.kotlin /local.properties /.idea/caches /.idea/libraries