Skip to content

chore: Adding new tests #4

chore: Adding new tests

chore: Adding new tests #4

Workflow file for this run

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