Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Add CodeLens to run a test #30

Add CodeLens to run a test

Add CodeLens to run a test #30

Workflow file for this run

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