Skip to content

Commit 1b56e88

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 7ccf773 commit 1b56e88

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1+
# This file is synced from City-of-Helsinki/.github and should not be edited directly
12
name: release-please
23
on:
34
push:
45
branches:
56
- main
67
schedule:
8+
# Run daily to keep the release PR date current
79
- cron: '1 0 * * *'
8-
9-
permissions:
10-
contents: write
11-
pull-requests: write
10+
workflow_dispatch:
1211

1312
jobs:
1413
release-please:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- 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)