@liblaf/actions 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,19 +4,25 @@ name: Review
4
4
 
5
5
  author: liblaf
6
6
 
7
- description: Approve eligible bot-authored automerge pull requests.
7
+ description: Approve eligible bot-authored pull requests.
8
8
 
9
9
  inputs:
10
- actor:
11
- description: GitHub login used to detect existing approvals by this reviewer.
10
+ app:
11
+ description: Only review pull requests authored by this GitHub App.
12
12
  required: false
13
- default: ${{ github.repository_owner }}
13
+ label:
14
+ description: Only review pull requests with these labels.
15
+ required: false
16
+ default: automerge
14
17
  list-token:
15
- description: Token used to list and inspect pull requests.
18
+ description: Token used to list and inspect candidate pull requests.
16
19
  required: false
17
20
  default: ${{ github.token }}
21
+ pull:
22
+ description: Pull request number, URL, or branch to review instead of listing pull requests.
23
+ required: false
18
24
  review-token:
19
- description: Token used to submit approving reviews.
25
+ description: Token used to submit approving reviews for eligible pull requests.
20
26
  required: false
21
27
  default: ${{ github.token }}
22
28