Skip to content

Hook up the logger and add a simple Count metric to test #8

Hook up the logger and add a simple Count metric to test

Hook up the logger and add a simple Count metric to test #8

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
permissions: read-all
jobs:
draft_release:
name: Draft Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}