-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (26 loc) · 713 Bytes
/
action.yml
File metadata and controls
26 lines (26 loc) · 713 Bytes
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
name: 'Changelog emitter'
description: 'Github action for generating changelog out of pull requests'
inputs:
branch:
description: 'Pull request base branch (default: default branch)'
title:
description: 'Changelog title (default: YYYY/MM/DD)'
prefix:
description: 'Prefix for pull request title (default: "- ")'
github_token:
description: 'Github personal access token'
owner:
description: 'Owner or organization of repository'
repo:
description: 'Repository'
outputs:
changelog:
description: 'Changelog composed from PRs'
isEmpty:
description: 'Whether changelog is empty'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'align-left'
color: blue