Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

chore: uninstall renovate #56

chore: uninstall renovate

chore: uninstall renovate #56

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update-release-draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}