-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
35 lines (34 loc) · 919 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
28
29
30
31
32
33
34
35
name: NoneBot Auto Changelog
author: yanyongyu <yyy@nonebot.dev>
description: nonebot auto changelog
inputs:
changelog_file:
description: The changelog file to update
required: false
latest_changes_position:
description: The latest changes position in the changelog file
required: false
latest_changes_title:
description: The latest changes title in the changelog file
required: false
replace_regex:
description: Replace latest changes body pattern
required: false
changelog_body:
description: The changelog body
required: false
archive_regex:
description: Archive latest changes pattern
required: false
archive_title:
description: Archive latest changes title
required: false
commit_and_push:
description: Whether to commit and push changes
required: false
runs:
using: docker
image: Dockerfile
branding:
icon: box
color: orange