Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 2cceae8

Browse files
author
Shiqi Yang
committed
v1
1 parent 38032dc commit 2cceae8

File tree

6 files changed

+45216
-0
lines changed

6 files changed

+45216
-0
lines changed

action.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'Push Alert'
2+
description: 'Alert When push without review'
3+
author: 'Shiqi Yang'
4+
inputs:
5+
repo-token:
6+
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
7+
required: true
8+
slack-endpoint:
9+
description: 'slack notification endpoint, can be passed in using {{ secrets.SLACK_NOTIFY_ENDPOINT }}'
10+
required: true
11+
slack-channel:
12+
description: 'slack channel name to notify'
13+
required: true
14+
runs:
15+
using: 'node12'
16+
main: 'dist/index.js'

0 commit comments

Comments
 (0)