Skip to content

Commit 3cfa001

Browse files
authored
MOONRAY-5802: Added chatroom merge messages. (#189)
1 parent c4e584d commit 3cfa001

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/OnMerge.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ on:
1212
- 'LICENSE'
1313
- 'tsc/**'
1414

15+
env:
16+
CHATROOM: ${{ secrets.TRIGGER_RATS_CHATROOM }}
17+
1518
jobs:
19+
MergeMessage:
20+
runs-on: EL9
21+
steps:
22+
- name: Report to Chat Room
23+
run: |
24+
curl -X POST -H 'Content-Type: application/json' --url ${CHATROOM} \
25+
-d '{"text": "A push to the main branch of the $(basename ${{ github.repository }}) repo. A CI/RaTS test run should start in the next 5 minutes."}'
1626
MergeAction:
1727
uses: dwanim/openmoonray/.github/workflows/SubmoduleUpdate.yml@main
1828
with:

0 commit comments

Comments
 (0)