From b9c6fe89ac5108baaf45f7aeec0f0513fdbe6884 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Tue, 14 May 2024 05:12:09 -0400 Subject: [PATCH 1/2] [UPDATE] Bot users from the repo --- local_sample.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/local_sample.properties b/local_sample.properties index 7bbb9f1..ec826cc 100644 --- a/local_sample.properties +++ b/local_sample.properties @@ -16,7 +16,7 @@ repository_id=repository-id # List of authors & reviewers to generate report for (Use `,` comma separated list of user-ids) authors=authorLoginId1,authorLoginId2 # [OPTIONAL] List of bot users or users to exclude from the report (Use `,` comma separated list of user-ids) -bot_users=ApproverBot,ReviewBot +bot_users=ApproverBot,ReviewBot,renovate[bot],dependabot # Limits the search at MIN given date to exclude older data (Format: YYYY-MM-DD) # NOTE: You can use this in combination with `date_limit_before` to search between dates. date_limit_after=2024-01-01 @@ -29,7 +29,8 @@ date_limit_before= # ========================================== #repository_owner=freeCodeCamp #repository_id=freeCodeCamp -#authors=ArielLeslie,DanielRosa74,SaintPeter,Sboonny,ieahleen,ieahleen,ltegman,naomi-lgbt,ojeytonwilliams,raisedadead,sahat,terakilobyte +#authors=ArielLeslie,DanielRosa74,SaintPeter,Sboonny,ltegman,naomi-lgbt,ojeytonwilliams,raisedadead,sahat,terakilobyte +#bot_users=renovate[bot],renovate-bot,dependabot #date_limit_after=2024-01-01 # Bootstrap - https://github.com/twbs/bootstrap @@ -38,4 +39,5 @@ date_limit_before= #repository_owner=twbs #repository_id=bootstrap #authors=XhmikosR,mdo,GeoSot,julien-deramond,MartijnCuppens,ffoodd,patrickhlauke,louismaximepiton +#bot_users=dependabot[bot],renovate[bot] #date_limit_after=2024-01-01 From 87ff8fedd16ae591b4263548d9725ff4ea3e9a4f Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Tue, 14 May 2024 05:12:52 -0400 Subject: [PATCH 2/2] [UPDATE] Kotlin version for idea config --- .idea/kotlinc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 8d81632..148fdd2 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file