mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Add commit messages
This commit is contained in:
1
.github/workflows/preview_cleanup.yml
vendored
1
.github/workflows/preview_cleanup.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
folder: .
|
folder: .
|
||||||
branch: build-previews
|
branch: build-previews
|
||||||
|
commit-message: "Cleaning up build result for #${{ github.event.pull_request.number }}"
|
||||||
|
|
||||||
- name: send comment
|
- name: send comment
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
|
|||||||
1
.github/workflows/preview_pull_request.yml
vendored
1
.github/workflows/preview_pull_request.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
branch: build-previews
|
branch: build-previews
|
||||||
target-folder: ${{ env.BASE }}
|
target-folder: ${{ env.BASE }}
|
||||||
single-commit: true
|
single-commit: true
|
||||||
|
commit-message: "Publishing build result from #${{ github.event.pull_request.number }}"
|
||||||
|
|
||||||
- name: send comment
|
- name: send comment
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user