-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (32 loc) · 866 Bytes
/
action.yml
File metadata and controls
32 lines (32 loc) · 866 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
name: "Issue Sync"
description: "Synchronizes issues to a project board"
author: paritytech
branding:
icon: check-square
color: green
inputs:
project:
required: true
description: The number of the project which the issues will be synced to
type: number
project_field:
required: false
description: The name of the project field that will be set to project_value
type: string
project_value:
required: false
description: The value which will be set in the project_field
type: string
labels:
required: false
description: array of labels required to execute the action. See Readme for input format.
type: string
GITHUB_TOKEN:
required: true
type: string
PROJECT_TOKEN:
required: true
type: string
runs:
using: 'docker'
image: 'docker://ghcr.io/paritytech/github-issue-sync/action:0.3.2'