diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-28 16:59:45 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-28 16:59:45 +0000 |
| commit | 6bcac672e04cb316de1f952c08b07937c7db3cc6 (patch) | |
| tree | 351088a937e0d06e87ffe109c565489bf8c16ce2 /src/lib | |
| parent | 9bee5f12efa5ed751468c68073c9122e12c22b5f (diff) | |
feat(push): update repo ann with maintainers.yaml
update the repo announcement event based on any updates to
maintainers.yaml that are included in commits pushed to
'main' or 'master'
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/repo_ref.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/repo_ref.rs b/src/lib/repo_ref.rs index 8319c78..aa7a1d2 100644 --- a/src/lib/repo_ref.rs +++ b/src/lib/repo_ref.rs | |||
| @@ -20,7 +20,7 @@ use crate::{ | |||
| 20 | git::{nostr_url::NostrUrlDecoded, Repo, RepoActions}, | 20 | git::{nostr_url::NostrUrlDecoded, Repo, RepoActions}, |
| 21 | }; | 21 | }; |
| 22 | 22 | ||
| 23 | #[derive(Default)] | 23 | #[derive(Default, Clone)] |
| 24 | pub struct RepoRef { | 24 | pub struct RepoRef { |
| 25 | pub name: String, | 25 | pub name: String, |
| 26 | pub description: String, | 26 | pub description: String, |