# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# TODO: add to tracker
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
update_release_draft:
runs-on: ubuntu-latest
https://github.com/buluma/ansible-role-hashicorp/blob/baf0e1abdbb0c007cc8e037e32601c9b2fb4aaec/.github/workflows/release_drafter.yml#L20