Skip to content

Identity Assurance support has been out in the cold. Time to bring it in again. #225

Identity Assurance support has been out in the cold. Time to bring it in again.

Identity Assurance support has been out in the cold. Time to bring it in again. #225

Workflow file for this run

name: Release drafter
on:
push:
branches: [master, develop]
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
name: Update draft release
runs-on: ubuntu-latest
steps:
-
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}