Add repositories_skipped option (#251)

This commit is contained in:
Simon Lecoq
2021-04-22 13:56:26 +02:00
committed by GitHub
parent 41d03c0205
commit a92243854a
5 changed files with 17 additions and 1 deletions

View File

@@ -46,3 +46,12 @@ inputs:
- owner # Use repositories you own
- collaborator # Use repositories you have contributed too
- organization_member # Use repositories where you're an organization member
# List of default repositories that will be skipped
# Plugins supporting a "skip repositories option" will automatically append repositories listed in this option
repositories_skipped:
description: Default repositories to skip
type: array
format: comma-separated
default: ""
example: my-repo-1, my-repo-2, owner/repo-3 ...