Skip to content

Indent examples in line with other help sections #276

Indent examples in line with other help sections

Indent examples in line with other help sections #276

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
permissions: {}
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@v6
env:
GITHUB_TOKEN: ${{ github.token }}