You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
name: "Sticky Pull Request Comment"
2
2
description: "Create comment on pull request, if exists update that comment."
3
3
author: "marocchino"
4
+
github-token:
5
+
action-input:
6
+
input: GITHUB_TOKEN
7
+
is-default: true
8
+
9
+
permissions:
10
+
pull-requests: write
11
+
pull-requests-reason: to create or update PR comment
12
+
4
13
inputs:
5
14
header:
6
15
description: "Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time."
0 commit comments