Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: true
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run changelog
- name: Commit and push changelog
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global commit.gpgsign false
git config --global pull.rebase false
if [[ $(git status --porcelain) ]]; then
git add CHANGELOG.md
git commit -m "chore: update changelog [skip ci]"
git push
git push origin HEAD:master
else
echo "No changes to commit"
fi
248 changes: 0 additions & 248 deletions .github/workflows/database-migration.yml

This file was deleted.

Loading
Loading