Skip to content

Commit

Permalink
📝 document skip delete issues feature (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jan 25, 2024
1 parent ad3fa16 commit 492f32f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,17 @@ sites:
- AnandChowdhary
```

### Skip delete issues
Issues are automatically closed once they are resolved, however if they are open for less than 15 minutes they are deleted instead.

You can disable this behaviour by setting the `skipDeleteIssues` key to `true` in your configuration file:

```yaml
skipDeleteIssues: true
```

If issues are deleted, they won't show up in the incident history.

### Status website

#### Theme
Expand Down
2 changes: 2 additions & 0 deletions docs/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ To add information about an incident, you can add comments to the issue. By defa

You can see an [example issue #67](https://github.com/upptime/upptime/issues/67).

The issue is automatically deleted (instead of closed) if the downtime is less than 15 minutes. This prevents false positives from showing up in your incident history.

### GitHub Pages-powered status website

Lastly, you get a beautiful, staticly-generated status website. This website will show users your websites' live status, incident history, and response time graphs. The website is always up-to-date as it uses the GitHub API to fetch data in real-time, and is built using Svelte and Sapper. You can customize the logo, copy, and more to make it your own.
Expand Down

0 comments on commit 492f32f

Please sign in to comment.