Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdv2429 committed Apr 25, 2024
1 parent 246fa5a commit f3901da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this workflow will add changelog to the repository when a new commit is pushed to the main branch
# e.g: manually edit the commit message to align with conventional commit messages, such as:
# This workflow will add a changelog to the repository when a new commit is pushed to the main branch.
# E.g., manually edit the commit message to align with conventional commit messages, such as:
# feat(database): add new indexing capabilities
# This update introduces advanced indexing options for handling complex queries more efficiently.

Expand All @@ -12,12 +12,15 @@ on:
pull_request:
branches:
- main

jobs:
update_changelog:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetches all history for tags and branches

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit f3901da

Please sign in to comment.