Skip to content

chore: convert the date object to json #2818

chore: convert the date object to json

chore: convert the date object to json #2818

Workflow file for this run

# SPDX-FileCopyrightText: 2025 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
name: Release Drafter
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
pull_request:
types: [closed]
jobs:
update_release_draft:
if: github.event.pull_request.merged == true || github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}