-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (28 loc) · 947 Bytes
/
changelog.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
28
29
30
31
32
33
34
name: Changelog
# Controls when the action will run.
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Changelog
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
issuesLabel: "### Closed issues"
breakingLabel: "### Breaking changes"
enhancementLabel: "### Implemented enhancements"
bugsLabel: "### Fixed bugs"
deprecatedLabel: "### Deprecated"
removedLabel: "### Removed"
securityLabel: "### Security fixes"
pullRequests: false
author: false
- name: "Upload changelog"
uses: actions/[email protected]
with:
name: "Changelog"
path: CHANGELOG.md