We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac657f3 commit ffccd5fCopy full SHA for ffccd5f
.github/workflows/auto-update-db.yml
@@ -250,7 +250,8 @@ jobs:
250
branch: database
251
directory: database
252
github_token: ${{ secrets.GH_BOT_TOKEN }}
253
- message: 'resolves #${{ github.event.issue.number }}'
+ message: 'chore: resolves #${{ github.event.issue.number }}'
254
+ rebase: true
255
256
- name: Close Issue
257
if:
.github/workflows/update-pages.yml
@@ -110,6 +110,7 @@ jobs:
110
111
112
message: 'chore: automatic-update-${{ steps.date.outputs.date }}'
113
114
115
call-jekyll-build:
116
needs: update
0 commit comments