Skip to content

Add check if people are still studying (#3729) #2043

Add check if people are still studying (#3729)

Add check if people are still studying (#3729) #2043

---
name: Release Drafter
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}