Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude certain entries #39

Open
Milo123459 opened this issue Oct 29, 2021 · 1 comment
Open

exclude certain entries #39

Milo123459 opened this issue Oct 29, 2021 · 1 comment

Comments

@Milo123459
Copy link

I just want to exclue some entries from the recent contributions thing. Would be cool.

@skoenig
Copy link

skoenig commented Mar 14, 2023

You can actually do this already (it is basic Go templates stuff) for example like this:

#### 👷 Check out what I'm currently working on
{{range recentContributions 10}}
{{- if eq .Repo.Name "skoenig/this-should-not-be-shown" "skoenig/this-also-not" }}
{{- else }}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}} ({{humanize .OccurredAt}})
{{- end}}
{{- end}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants