generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
27 lines (25 loc) · 806 Bytes
/
action.yml
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
name: Commits Range Action
description: Gets a range of commits and their related pull requests
author: Arik Maor
inputs:
github_token:
required: true
description: Token for github requests.
base_revision:
required: false
description: Base revision (commit) of the range (if empty or not found, empty lists will be returned).
head_revision:
required: false
description: Head revision (commit) of the range (defaults to the head commit of the workflow context).
include_body:
required: false
description: Fetch the entire body/description of pull requests
outputs:
result:
description: JSON object describing the commits in pull requests in base and head branches
runs:
using: node16
main: dist/index.js
branding:
icon: git-pull-request
color: purple