Fix habits and stargazers plugin, add repositories_affiliations options and metadata updates (#117)

This commit is contained in:
Simon Lecoq
2021-02-08 20:35:39 +01:00
committed by GitHub
parent cd83e85146
commit 3f0b9f96a6
31 changed files with 471 additions and 490 deletions

View File

@@ -1,5 +1,6 @@
name: "🗃️ Base content"
cost: 1 GraphQL request
categorie: core
supports:
- user
- organization
@@ -32,3 +33,13 @@ inputs:
description: Include forks in metrics
type: boolean
default: no
# Filter repositories by user affiliations
repositories_affiliations:
description: Repositories affiliations
type: string
default: ""
values:
- owner
- collaborator
- organization_member