purdueece/action-find-repos
Action to find org repos that match a set of filters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | organization to search in | — | ${{ github.repository_owner }} |
| token | Personal access token. | — | ${{ github.token }} |
| pattern | filter for repos matching a name | — | .* |
| after | filter for repos created after a timestamp | — | — |
| before | filter for repos created before a timestamp. | — | — |
Outputs
| name | description |
|---|---|
| repos | comma-separated list of repos that satisfy all filters |