name: Release Drafter MockStorage on: push: # branches to consider in the event; optional, defaults to all branches: - master - main paths: - 'mockstorage/**' jobs: draft_release_memcache: runs-on: ubuntu-latest timeout-minutes: 30 steps: - uses: release-drafter/release-drafter@v6 with: config-name: release-drafter-mockstorage.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}