Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: announce on issue edit and comment
Fintan Halpenny committed 1 year ago
commit eb432b9bc1324d05e3a6c2a1ca6d2c077542395c
parent ab6ca14c889a0bc850a1efe80180854f42670f54
2 files changed +3 -1
modified radicle-cli/examples/workflow/3-issues.md
@@ -31,6 +31,6 @@ found an important detail about the car's power requirements. It will help
whoever works on a fix.

```
-
$ rad issue comment 9037b7a42323d4b79e6a48b7d05d3bbaae11d69b --message 'The flux capacitor needs 1.21 Gigawatts' -q
+
$ rad issue comment 9037b7a42323d4b79e6a48b7d05d3bbaae11d69b --message 'The flux capacitor needs 1.21 Gigawatts' -q --no-announce
400cb155f512b4880858bb05f935104c34167b28
```
modified radicle-cli/src/commands/issue.rs
@@ -447,6 +447,8 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
                | Operation::Delete { .. }
                | Operation::Assign { .. }
                | Operation::Label { .. }
+
                | Operation::Edit { .. }
+
                | Operation::Comment { .. }
        );

    let mut issues = profile.issues_mut(&repo)?;