dotfiles/nix-conf/system/nixos-wsl/.github/workflows/release-drafter.yml

20 lines
328 B
YAML
Raw Normal View History

2022-08-30 14:29:44 +00:00
name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
-
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}