This commit is contained in:
xrkffgg
2020-12-21 11:08:10 +08:00
parent be21a57701
commit 38d890766f
4 changed files with 125 additions and 0 deletions

13
action.yml Normal file
View File

@@ -0,0 +1,13 @@
name: '🤖 Issue Helper'
description: 'Some operations on issue'
author: 'xrkffgg'
branding:
icon: 'message-square'
color: 'blue'
inputs:
github_token:
description: 'github_token'
default: ${{ github.token }}
runs:
using: node12
main: 'dist/index.js'