File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Backstage Changeset Feedback
2
2
description : Action to post the changeset feedback on a PR
3
3
inputs :
4
- github-token :
5
- description : The GitHub token used to create an authenticated client
6
- default : ${{ github.token }}
7
- required : true
8
4
marker :
9
5
description : Marker to check if there is already a changeset posted on the PR
10
6
default : ' <!-- changeset-feedback -->'
@@ -13,6 +9,18 @@ inputs:
13
9
description : The target branch to use to list the changes
14
10
default : origin/master
15
11
required : false
12
+ issue-number :
13
+ description : issue number of the PR
14
+ required : true
15
+ app-id :
16
+ description : The Application ID of the GitHub App to use for authentication
17
+ required : true
18
+ private-key :
19
+ description : The Private Key of the GitHub App to use for authentication
20
+ required : true
21
+ installation-id :
22
+ description : The Installation ID of the GitHub App to use for authentication
23
+ required : true
16
24
outputs : {}
17
25
runs :
18
26
using : node16
You can’t perform that action at this time.
0 commit comments