Skip to content

Commit ff1971f

Browse files
authored
Merge pull request #36 from wayofdev/feat/auto-merge
2 parents e9577e9 + 8ec6f06 commit ff1971f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/auto-merge-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on: # yamllint disable-line rule:truthy
66
pull_request:
77
branches:
88
- 'release-please--*'
9-
push:
10-
branches:
11-
- 'release-please--*'
9+
push:
10+
branches:
11+
- 'release-please--*'
1212

1313
permissions:
1414
pull-requests: write

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: fix-encoding-pragma
1010

1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v2.37.0
12+
rev: v2.42.1
1313
hooks:
1414
- id: commitizen
1515
stages:
1616
- commit-msg
1717

18+
- repo: https://github.com/rhysd/actionlint
19+
rev: v1.6.23
20+
hooks:
21+
- id: actionlint
22+
1823
...

0 commit comments

Comments
 (0)