From 79f4f7c041370d6aa595a8455fdb15f4caffdf90 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 12 Oct 2023 08:29:03 +0200 Subject: [PATCH] add user exit example, wall repo --- src/user-guide/reference/exits.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/user-guide/reference/exits.md b/src/user-guide/reference/exits.md index ebc251ed7..3329e3096 100755 --- a/src/user-guide/reference/exits.md +++ b/src/user-guide/reference/exits.md @@ -145,3 +145,5 @@ Can be used to add a message at the list level (repository list, see [#4653](htt ### WALL_MESSAGE_REPO Can be used to add a message at the repo level (repository view, see [#4653](https://github.com/abapGit/abapGit/issues/4653)). + +[Example: encourage adding topic to repositories](https://gist.github.com/larshp/8e0a82c8a43d08f69cd49b8d807fbe83)