Skip to content

Commit

Permalink
Merge pull request #36 from wayofdev/feat/auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Mar 10, 2023
2 parents e9577e9 + 8ec6f06 commit ff1971f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-merge-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

...

0 comments on commit ff1971f

Please sign in to comment.