Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit eeb3245

Browse files
authored
ci: renovate 起因の pr は pr への linter をしない設定が間違っていたので修正 (#102)
1 parent 41a8869 commit eeb3245

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint-pull-request.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ name: Lint PR
1515
- reopened
1616
- synchronize
1717
- edited
18-
branches-ignore:
19-
- 'renovate/**'
2018

2119
jobs:
2220
lint-pr:
21+
#
22+
# PR 元が renovate 起因の場合、 job skip
23+
# (renovate 起因の場合、ブランチ名は renovate/**)
24+
#
25+
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
2326
runs-on: ubuntu-latest
2427
steps:
2528
- name: リポジトリのチェックアウト

0 commit comments

Comments
 (0)