File tree Expand file tree Collapse file tree 4 files changed +431
-312
lines changed Expand file tree Collapse file tree 4 files changed +431
-312
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ relates: #
55## What does this PR do?
66Describe what changes you make in your branch:
77
8+ <!-- START pr-commits -->
9+ <!-- END pr-commits -->
810
911## (Optional) Additional Contexts
1012Describe additional information for reviewers (i.e. What does not included)
Original file line number Diff line number Diff line change 6464 with :
6565 image : ' us-central1-docker.pkg.dev/hwakabh-dev/ghcr/hwakabh/gh-pages-api:latest'
6666 service : ' gh-pages-api-server'
67- flags : ' --service-min-instances=3 '
67+ flags : ' --service-min-instances=1 '
6868 env_vars : |
6969 MAIL_API_KEY=${{ env.MAIL_API_KEY }}
7070 TUMBLR_CONSUMER_KEY=${{ env.TUMBLR_CONSUMER_KEY }}
Original file line number Diff line number Diff line change 1+ name : Sync commit diff to PRs
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+
7+ permissions :
8+ contents : read
9+ pull-requests : write
10+
11+ jobs :
12+ sync-commit-messages :
13+ runs-on : ubuntu-24.04
14+ steps :
15+ # https://github.com/actions/checkout
16+ - name : Checkout
17+ uses : actions/checkout@v5
18+
19+ # https://github.com/technote-space/pr-commit-body-action/tree/main
20+ - name : Pull Request Body
21+ uses : technote-space/pr-commit-body-action@v1
You can’t perform that action at this time.
0 commit comments