diff --git a/.github/workflows/auto-merge-release.yaml b/.github/workflows/auto-merge-release.yaml index 1b47d7d..31be994 100644 --- a/.github/workflows/auto-merge-release.yaml +++ b/.github/workflows/auto-merge-release.yaml @@ -6,9 +6,9 @@ on: # yamllint disable-line rule:truthy pull_request: branches: - 'release-please--*' - push: - branches: - - 'release-please--*' + push: + branches: + - 'release-please--*' permissions: pull-requests: write diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9d7989..8e00b88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,17 +2,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: fix-encoding-pragma - repo: https://github.com/commitizen-tools/commitizen - rev: v2.37.0 + rev: v2.42.1 hooks: - id: commitizen stages: - commit-msg + - repo: https://github.com/rhysd/actionlint + rev: v1.6.23 + hooks: + - id: actionlint + ...