Skip to content

Bump requests-mock from 1.9.3 to 1.12.1 (#226) #99

Bump requests-mock from 1.9.3 to 1.12.1 (#226)

Bump requests-mock from 1.9.3 to 1.12.1 (#226) #99

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}