Skip to content

Can't set the value of a DateTimeField with auto_now or auto_now_add #23 #588

Can't set the value of a DateTimeField with auto_now or auto_now_add #23

Can't set the value of a DateTimeField with auto_now or auto_now_add #23 #588

Workflow file for this run

name: Changelog Reminder
on: pull_request
jobs:
remind:
runs-on: ubuntu-22.04
if: |
!contains(github.event.pull_request.body, '[skip changelog]') &&
(github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event.pull_request.commits }} + 1
- name: Check that CHANGELOG is updated
run: git diff origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md