Skip to content

Bump actions/setup-python from 4.7.1 to 4.8.0 (#3538) #1967

Bump actions/setup-python from 4.7.1 to 4.8.0 (#3538)

Bump actions/setup-python from 4.7.1 to 4.8.0 (#3538) #1967

######################################
## 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-20.04
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Update release notes
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}