Skip to content

Commit

Permalink
ci(repo): sync with repo template
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf authored and github-actions[bot] committed Feb 22, 2024
1 parent 535d58d commit 35c74f7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/auto-label.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
@@ -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]
3 changes: 3 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -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: []
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 35c74f7

Please sign in to comment.