Skip to content

Commit 921d754

Browse files
authored
Merge pull request #85 from backstage/changeset-patches
bugfixes for changeset feedback action
2 parents 19c3636 + 75135f2 commit 921d754

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

changeset-feedback/action.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Backstage Changeset Feedback
22
description: Action to post the changeset feedback on a PR
33
inputs:
4-
github-token:
5-
description: The GitHub token used to create an authenticated client
6-
default: ${{ github.token }}
7-
required: true
84
marker:
95
description: Marker to check if there is already a changeset posted on the PR
106
default: '<!-- changeset-feedback -->'
@@ -13,6 +9,18 @@ inputs:
139
description: The target branch to use to list the changes
1410
default: origin/master
1511
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
1624
outputs: {}
1725
runs:
1826
using: node16

0 commit comments

Comments
 (0)