Skip to content

Commit 9dee65d

Browse files
authored
Add repeat handling documentation (#319)
- Repeat handling was not described in backend. Added a link to information about it in the frontend.
1 parent 2496b69 commit 9dee65d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wiki/markdown/subscriptions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,7 @@ our condition:
123123
confidenceLevels[?name=='dummy_1_stable'] && confidenceLevels[?value=='SUCCESS']
124124

125125
These two conditions check both that the artifact name is the right one,
126-
and that the confidence level is what we are looking for.
126+
and that the confidence level is what we are looking for.
127+
128+
### Repeat handling
129+
See in the frontend documentation [here](https://github.com/eiffel-community/eiffel-intelligence-frontend/blob/master/wiki/markdown/add-subscription.md)

0 commit comments

Comments
 (0)