Skip to content

Update Certified Meshery Contributor certification details and exam c… #39

Update Certified Meshery Contributor certification details and exam c…

Update Certified Meshery Contributor certification details and exam c… #39

name: Release Drafter
on:
push:
# our release branch
branches:
- master
jobs:
update_release_draft:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}