Add support for repository template, plugin_activity_visibility and plugin_activity_timestamps (#119)

This commit is contained in:
Simon Lecoq
2021-02-10 09:48:31 +01:00
committed by GitHub
parent d784073d61
commit 2cef0d7551
9 changed files with 278 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ categorie: github
supports:
- user
- organization
- repository
inputs:
# Enable or disable plugin
@@ -51,3 +52,18 @@ inputs:
- star # Display starred repositories
- member # Display collaborators additions
- public # Display repositories made public
# Set events visibility (use this to restrict events when using a "repo" token)
plugin_activity_visibility:
description: Set events visibility
type: string
default: all
values:
- public
- all
# Display events timestamps
plugin_activity_timestamps:
description: Display events timestamps
type: boolean
default: no