Add new option to contributors plugin (#146)
This commit is contained in:
@@ -21,4 +21,17 @@ inputs:
|
||||
plugin_contributors_head:
|
||||
description: Head reference
|
||||
type: string
|
||||
default: master
|
||||
default: master
|
||||
|
||||
# Ignored contributors (useful to ignore bots users)
|
||||
plugin_contributors_ignored:
|
||||
description: Contributors to ignore
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: github-actions[bot]
|
||||
|
||||
# Display total contributions for each contributor
|
||||
plugin_contributors_contributions:
|
||||
description: Display contributions
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
Reference in New Issue
Block a user