From 5c88919b97af2091d4a51cad42441aaabe12bed1 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 12 Oct 2023 17:04:40 +0200 Subject: [PATCH] add user exit example, wall repo (#174) --- 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)