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

Update CODEOWNERS

Update CODEOWNERS #528

name: Release Drafter
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}