Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/terms/declarations-maintenance-ota-bot-comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 16 additions & 5 deletions content/terms/declarations-maintenance.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,19 @@ The consensus is to consider that a service provider renaming a service (for exa

## How to get the `validUntil` date from an issue

1. Go to the open issue and scroll to the last comment from `OTA-Bot`.
2. On the date of this comment, right-click "inspect" to open your browser's code inspector. Note that sometimes, the date is not quite precise, it can be written "last month".
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment.png)
3. Copy the value of the `datetime` attribute from the `<relative-time>` element.
![]({{< relref "." >}}declarations-maintenance-inspector-open-get-datetime.png)
1. Go to the open issue and scroll to the last action from `OTA-Bot` (comment or issue opening).

![]({{< relref "." >}}declarations-maintenance-ota-bot-comment.png)

Note that sometimes:

- the date is not quite precise, it can be written "last month"
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment-last-month.png)
- the last comment may be the announcement of the reopening of the issue
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment-reopened-issue.png)

2. On the date of this comment, right-click "inspect" to open your browser's code inspector.

3. The value to use as `validUntil` is the value of the `datetime` attribute from the `<relative-time>` element.

![]({{< relref "." >}}declarations-maintenance-inspector-open-get-datetime.png)