-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
33 lines (30 loc) · 817 Bytes
/
action.yml
File metadata and controls
33 lines (30 loc) · 817 Bytes
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
name: 'Import issues'
description: 'Create a new Kudos repository and import all of the open issues'
author: 'Kudos'
inputs:
project-name:
description: 'The project name that will be visible on Kudos'
required: true
repo-url:
description: 'The repository from which to import the issues'
required: true
github-token:
description: 'The GitHub Token'
required: true
notion-api-key:
description: 'The Notion API key'
required: true
issues-db-id:
description: 'The issues table ID'
required: true
repo-list-db-id:
description: 'The repo table ID'
required: true
outputs:
failed_import_links:
description: 'An array of issues urls which did not get imported'
repository_id:
description: 'repository id'
runs:
using: node20
main: dist/index.js