- adjust external contributor logic to filter out repo owner

This commit is contained in:
Mike Penz
2024-11-02 10:48:43 +01:00
parent ac686fc38f
commit a7d84578bd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"labels": ["dependencies"]
}
],
"template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}",
"template": "#{{CHANGELOG}}\n\nContributors:\n- #{{CONTRIBUTORS}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}