Skip to content

Night Owl - Update Line Highlight Background #461

Night Owl - Update Line Highlight Background

Night Owl - Update Line Highlight Background #461

Workflow file for this run

---
name: "Release Drafter"
on:
push:
branches:
- dev
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
name: "Update Release Draft"
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}