mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
feat: add title-remove for check-issue (#65)
* feat: add title-remove for check-issue * add doc
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
name: 'Issues Helper'
|
||||
description: 'A GitHub Action that easily helps you automatically manage issues'
|
||||
author: 'xrkffgg'
|
||||
|
||||
# https://actions-cool.github.io/github-action-branding/
|
||||
branding:
|
||||
icon: 'message-square'
|
||||
color: 'black'
|
||||
|
||||
inputs:
|
||||
actions:
|
||||
description: 'Action name'
|
||||
@@ -51,6 +53,9 @@ inputs:
|
||||
description: 'Check use'
|
||||
body-includes:
|
||||
description: 'Query use'
|
||||
# check
|
||||
title-remove:
|
||||
description: 'Remove some to check title whether empty.'
|
||||
title-includes:
|
||||
description: 'Query use'
|
||||
issue-creator:
|
||||
@@ -83,6 +88,7 @@ inputs:
|
||||
description: 'For month-statistics'
|
||||
count-comments:
|
||||
description: 'For month-statistics'
|
||||
|
||||
outputs:
|
||||
issue-number:
|
||||
description: 'Create Issue Number'
|
||||
@@ -92,6 +98,7 @@ outputs:
|
||||
description: 'Find comments'
|
||||
check-result:
|
||||
description: 'Check issue'
|
||||
|
||||
runs:
|
||||
using: node12
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user