We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68404a6 + e6555a3 commit 377107fCopy full SHA for 377107f
3 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.4.1
4
+
5
+## Add
6
7
+## Change
8
+ - Updated tsc reminder for 30 minutes before 17h30 UTC.
9
10
+## Delete
11
12
## 0.4.0
13
14
- Created this CHANGELOG.md
pack.yaml
@@ -2,12 +2,11 @@
ref: st2community
name: st2community
description: Pack to help manage Stackstorm's community.
-version: 0.4.0
+version: 0.4.1
keywords:
- StackStorm
- Community
author: StackStorm
email: info@stackstorm.com
python_versions:
- - "2"
- "3"
rules/post_tsc_reminder_to_slack.yaml
@@ -7,9 +7,9 @@ enabled: true
trigger:
type: "core.st2.CronTimer"
parameters:
- timezone: US/Pacific
+ timezone: UTC
day: 2nd tue
- hour: 9
+ hour: 5
minute: 0
second: 0
15
0 commit comments