Skip to content

Instantly share code, notes, and snippets.

@humancalico
humancalico / auto-release.yml
Last active February 10, 2022 14:49
Automated release creation on PR merge with certain labels
name: release candidate
on:
pull_request:
branches: [ master ]
types: [ closed ]
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}