You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
9
9
For a full diff see [`1.5.1...main`][1.5.1...main].
10
10
11
+
### Added
12
+
13
+
- Added composite actions `oh-dear/maintenance-period/start` and `oh-dear/maintenance-period/stop` for starting and stopping maintenance periods on [ohdear.app](https://ohdear.app) ([#123]), by [@localheinz]
14
+
11
15
## [`1.5.1`][1.5.1]
12
16
13
17
For a full diff see [`1.5.0...1.5.1`][1.5.0...1.5.1].
@@ -143,5 +147,6 @@ For a full diff see [`1.0.0...main`][1.0.0...main].
For details, see [`actions/oh-dear/maintenance-period/start/action.yaml`](actions/oh-dear/maintenance-period/start/action.yaml).
551
+
552
+
#### Inputs
553
+
554
+
- `oh-dear-api-token`, required: The Oh Dear API token of a user with permission to start a maintenance period
555
+
- `oh-dear-site-id`, required: Site identifer of an Oh Dear site for which to start a maintenance period
556
+
557
+
#### Outputs
558
+
559
+
none
560
+
561
+
#### Side Effects
562
+
563
+
A maintenance period is started by the user who owns the Oh Dear API token specified with the `oh-dear-api-token` input for the site identified by the `oh-dear-site-id` input.
For details, see [`actions/oh-dear/maintenance-period/stop/action.yaml`](actions/oh-dear/maintenance-period/stop/action.yaml).
597
+
598
+
#### Inputs
599
+
600
+
- `oh-dear-api-token`, required: The Oh Dear API token of a user with permission to stop a maintenance period
601
+
- `oh-dear-site-id`, required: Site identifer of an Oh Dear site for which to stop a maintenance period
602
+
603
+
#### Outputs
604
+
605
+
none
606
+
607
+
#### Side Effects
608
+
609
+
A maintenance period is stopped by the user who owns the Oh Dear API token specified with the `oh-dear-api-token` input for the site identified by the `oh-dear-site-id` input.
610
+
517
611
## Changelog
518
612
519
613
Please have a look at [`CHANGELOG.md`](CHANGELOG.md).
0 commit comments