Skip to content

Commit

Permalink
ci: renovate を無視する設定の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kinari321 committed Dec 30, 2022
1 parent 9e6f27b commit 7b07633
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/assign-reviewers-assignees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ name: Assign PR Reviewers and Assignees

jobs:
assign-reviewers-assignees:
#
# PR 元が renovate 起因の場合、 job skip
# (renovate 起因の場合、ブランチ名は renovate/**)
#
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit 7b07633

Please sign in to comment.