Skip to content

Commit a5dd228

Browse files
chore: file sync update
Signed-off-by: sol-office-file-synchronization[bot] Sync: synced local '.github/workflows/release-please.yml' with remote 'sync/.github/workflows/release-please.yml'
1 parent 2dab1f1 commit a5dd228

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# .github/workflows/release-please.yml
1+
# This file is synced from City-of-Helsinki/.github and should not be edited directly
22
name: release-please
33
on:
44
push:
55
branches:
66
- main
77
schedule:
8+
# Run daily to keep the release PR date current
89
- cron: '1 0 * * *'
9-
10-
permissions:
11-
contents: write
12-
pull-requests: write
10+
workflow_dispatch:
1311

1412
jobs:
1513
release-please:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: google-github-actions/release-please-action@v4
14+
uses: City-of-Helsinki/.github/.github/workflows/release-please.yml@main
15+
permissions:
16+
contents: write
17+
pull-requests: write

0 commit comments

Comments
 (0)