mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 02:06:02 +08:00
@@ -10,12 +10,14 @@ branding:
|
||||
|
||||
inputs:
|
||||
token:
|
||||
description: Secret GitHub API token to use for making API requests.
|
||||
description: Secret GitHub API token to use for making API requests
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
way:
|
||||
description: The way to query issues.
|
||||
description: The way to query issues
|
||||
required: true
|
||||
filter-label:
|
||||
description: Further filter issues through label
|
||||
issues-labels:
|
||||
description: Extra operations on issues
|
||||
issues-comment:
|
||||
@@ -25,7 +27,7 @@ inputs:
|
||||
|
||||
outputs:
|
||||
issues:
|
||||
description: Get issues numbers.
|
||||
description: Get issues numbers
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
Reference in New Issue
Block a user