Skip to content

Bump xunit from 2.4.2 to 2.6.5 #250

Bump xunit from 2.4.2 to 2.6.5

Bump xunit from 2.4.2 to 2.6.5 #250

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}