Skip to content

Commit 00d0337

Browse files
feat: add Status Report service (#5)
Add new StatusReportService for managing incident and maintenance reports: - createStatusReport: Create new status reports - getStatusReport: Get report with full update timeline - listStatusReports: List reports with pagination and filtering - updateStatusReport: Update report metadata - deleteStatusReport: Delete reports - addStatusReportUpdate: Add updates to report timeline Update README with comprehensive documentation for the new service.
1 parent 61e2ccf commit 00d0337

5 files changed

Lines changed: 1062 additions & 151 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "*"
66

77
permissions:
8-
id-token: write # Required for OIDC
8+
id-token: write # Required for OIDC
99
contents: read
1010

1111
jobs:
@@ -32,8 +32,8 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '24'
36-
registry-url: 'https://registry.npmjs.org'
35+
node-version: "24"
36+
registry-url: "https://registry.npmjs.org"
3737
- name: Install Deno
3838
uses: denoland/setup-deno@v2
3939
with:

0 commit comments

Comments
 (0)