Skip to content

Commit ffccd5f

Browse files
fix(workflows): enable rebase in database updates (#6351)
1 parent ac657f3 commit ffccd5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/auto-update-db.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ jobs:
250250
branch: database
251251
directory: database
252252
github_token: ${{ secrets.GH_BOT_TOKEN }}
253-
message: 'resolves #${{ github.event.issue.number }}'
253+
message: 'chore: resolves #${{ github.event.issue.number }}'
254+
rebase: true
254255

255256
- name: Close Issue
256257
if:

.github/workflows/update-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
directory: database
111111
github_token: ${{ secrets.GH_BOT_TOKEN }}
112112
message: 'chore: automatic-update-${{ steps.date.outputs.date }}'
113+
rebase: true
113114

114115
call-jekyll-build:
115116
needs: update

0 commit comments

Comments
 (0)