-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
48 lines (45 loc) · 1.18 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Issue Digest
description: |
Create a discussion post with a digest of issues
author: sethrylan
branding:
icon: book
color: blue
inputs:
repo:
description: |
repository to digest; defaults to the current repo
required: false
since:
description: |
optional: datetime to lookback to, defaults to 24hr ago
required: false
query:
description: |
optional: issue query string, defaults to the repo where the workflow is
hosted for the owner/repo, as "repo:<repo> updated:>=<24hr-ago>"
required: false
title:
description: |
optional: title of discussion post to create (or add a comment to);
defaults to Issue Digest <current date UTC>
required: false
comment:
description: |
optional: Text/Markdown for the comment intro
required: false
intro:
description: |
optional: Text/Markdown for the discussion intro
required: false
discussionCategory:
description: |
optional: Discussion category to use; defaults to General
required: false
outputs:
discussionUrl:
description: |
The URL of the discussion post created or updated
runs:
using: node20
main: dist/index.js