Skip to content

Bump gunicorn from 23.0.0 to 24.0.0 in /src (#4398) #2579

Bump gunicorn from 23.0.0 to 24.0.0 in /src (#4398)

Bump gunicorn from 23.0.0 to 24.0.0 in /src (#4398) #2579

######################################
## Custom Web Almanac GitHub action ##
######################################
#
# This updates the current draft release notes with this commit
# Excluding certain automated commits (e.g. Generate Chapters or Ebooks)
#
name: Add to Release Notes
on:
push:
branches:
- main
jobs:
release-notes:
runs-on: ubuntu-latest
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Update release notes
uses: release-drafter/release-drafter@v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}