Skip to content

Commit df4a04c

Browse files
committed
chane changelog workflow name
1 parent 3e9b010 commit df4a04c

File tree

1 file changed

+1
-62
lines changed

1 file changed

+1
-62
lines changed

.github/workflows/changelog-ci.yml

+1-62
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,4 @@
1-
# name: Changelog CI
2-
3-
# on:
4-
# pull_request:
5-
# types: [ opened ]
6-
7-
# # Optionally you can use `workflow_dispatch` to run Changelog CI Manually
8-
# workflow_dispatch:
9-
# inputs:
10-
# release_version:
11-
# description: 'Set Release Version'
12-
# required: true
13-
14-
# jobs:
15-
# build:
16-
# runs-on: ubuntu-latest
17-
# permissions:
18-
# contents: read
19-
# pages: write
20-
21-
# steps:
22-
# # Checks-out your repository
23-
# - uses: actions/checkout@v4
24-
25-
# - name: Run Changelog CI
26-
# uses: saadmk11/changelog-ci@v1.1.2
27-
# with:
28-
# # Optional, you can provide any name for your changelog file,
29-
# # We currently support Markdown (.md) and reStructuredText (.rst) files
30-
# # defaults to `CHANGELOG.md` if not provided.
31-
# changelog_filename: CHANGELOG.md
32-
# # Optional, only required when you want more customization
33-
# # e.g: group your changelog by labels with custom titles,
34-
# # different version prefix, pull request title and version number regex etc.
35-
# # config file can be in JSON or YAML format.
36-
# config_file: changelog-ci-config.json
37-
# # Optional, only required when you want to run Changelog CI
38-
# # on an event other than `pull_request` event.
39-
# # In this example `release_version` is fetched from `workflow_dispatch` events input.
40-
# # You can use any other method to fetch the release version
41-
# # such as environment variable or from output of another action
42-
# # release_version: ${{ github.event.inputs.release_version }}
43-
# # Optional
44-
# github_token: ${{ secrets.GITHUB_TOKEN }}
45-
46-
47-
# name: Changelog CI
48-
# on:
49-
# pull_request:
50-
# types: [ opened ]
51-
52-
# jobs:
53-
# build:
54-
# runs-on: ubuntu-latest
55-
56-
# steps:
57-
# - uses: actions/checkout@v2
58-
59-
# - name: Run Changelog CI
60-
# uses: saadmk11/changelog-ci@v1.1.2
61-
62-
name: 'CI'
1+
name: 'Changelog CI'
632
on:
643
push:
654
tags:

0 commit comments

Comments
 (0)