Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# This file is synced from City-of-Helsinki/.github and should not be edited directly
name: release-please
on:
push:
branches:
- main
schedule:
# Run daily to keep the release PR date current
- cron: '1 0 * * *'

permissions:
contents: write
pull-requests: write
workflow_dispatch:

jobs:
release-please:
uses: City-of-Helsinki/.github/.github/workflows/release-please.yml@main
permissions:
contents: write
pull-requests: write
Loading