From 35c74f794ba80e7ea677c8d7ae919b090cee7eac Mon Sep 17 00:00:00 2001 From: liblaf Date: Thu, 22 Feb 2024 16:57:03 +0000 Subject: [PATCH] ci(repo): sync with repo template --- .github/auto-label.yaml | 10 ++++++++++ .github/blunderbuss.yml | 10 ++++++++++ .github/sync-repo-settings.yaml | 3 +++ .pre-commit-config.yaml | 6 +++--- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 .github/auto-label.yaml create mode 100644 .github/blunderbuss.yml create mode 100644 .github/sync-repo-settings.yaml diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml new file mode 100644 index 0000000..de9b22a --- /dev/null +++ b/.github/auto-label.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://github.com/raw/googleapis/repo-automation-bots/main/packages/auto-label/src/config-schema.json + +language: + pullrequest: true + +staleness: + pullrequest: true + +requestsize: + enabled: true diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml new file mode 100644 index 0000000..cbeaf27 --- /dev/null +++ b/.github/blunderbuss.yml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://github.com/raw/googleapis/repo-automation-bots/main/packages/blunderbuss/src/config-schema.json + +assign_issues: + - liblaf + +assign_prs: + - liblaf + +ignore_authors: + - dependabot[bot] diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml new file mode 100644 index 0000000..cdb4283 --- /dev/null +++ b/.github/sync-repo-settings.yaml @@ -0,0 +1,3 @@ +# yaml-language-server: $schema=https://github.com/raw/googleapis/repo-automation-bots/main/packages/sync-repo-settings/src/schema.json + +branchProtectionRules: [] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d635497..54f96e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ ci: autofix_commit_msg: "ci(pre-commit): auto fixes from pre-commit hooks" - autoupdate_commit_msg: "ci(pre-commit): pre-commit autoupdate" - skip: - - cspell + autoupdate_commit_msg: "ci(pre-commit): update pre-commit hooks" +repos: [] +- cspell - poetry-lock repos: - repo: https://github.com/astral-sh/ruff-pre-commit