Skip to content

KhannaAbhinav/file-commits-leaderboard-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

File Commits Leaderboard

Introduction

Prints Number of commits for files in the repo. User can limit put filters and root level directory using below arguments. User can also display or get Top N or Bottom N values.

Inputs

Path

Specifies a path to one or more locations. Wildcards are accepted. The default location is the current directory (.).

Required

False

Default

.

Filter

Specifies a filter to qualify the Path parameter.

Required

False

Default

.*

Recurse

Gets the items in the specified locations and in all child items of the locations.

Required

False

Default

True

Top

Returns Top N values. If both Top and Bottom values are provided, Top is preferred. 0 means all values.

Required

False

Default

0

Bottom

Returns Bottom N values. If both Top and Bottom values are provided, Top is preferred. 0 means all values.

Required

False

Default

0

OutputToConsole

prints values on console

Required

False

Default

True

Outputs

LeaderBoardOutput

Stores the values in Stringified json format

Please log an issue as if you find is broken.

Thanks for checking the action.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published