Skip to content

First stab at figuring out the number of very active mentors (#206) #139

First stab at figuring out the number of very active mentors (#206)

First stab at figuring out the number of very active mentors (#206) #139

---
name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}