Skip to content

Commit

Permalink
PRの作成上限を下げる
Browse files Browse the repository at this point in the history
PRが大量に作成された状態になるとActionsの上限を簡単に超えてしまうため
  • Loading branch information
dsk52 committed Dec 16, 2022
1 parent c367f46 commit 0463bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"labels": [
"dependency"
],
"prConcurrentLimit": 5,
"dockerfile": {
"fileMatch": [
"(^|/)Dockerfile-[^/]*$"
Expand Down

0 comments on commit 0463bad

Please sign in to comment.