mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
[Auto PR] Bump League Patch in '"base branch' (#1827)
This commit is contained in:
parent
19ffde3196
commit
7ef32bf8a0
19
.github/workflows/pull-request.yml
vendored
19
.github/workflows/pull-request.yml
vendored
@ -15,7 +15,6 @@
|
|||||||
name: Github Pull Request
|
name: Github Pull Request
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *'
|
- cron: '0 2 * * *'
|
||||||
|
|
||||||
@ -58,6 +57,13 @@ jobs:
|
|||||||
- name: Generate all necessary files, such as error code files
|
- name: Generate all necessary files, such as error code files
|
||||||
run: |
|
run: |
|
||||||
make generate
|
make generate
|
||||||
|
echo "Generate all necessary files successfully"
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: make init
|
||||||
|
run: |
|
||||||
|
export OPENIM_IP=127.0.0.1
|
||||||
|
export LOG_STORAGE_LOCATION="../logs/"
|
||||||
./scripts/init-config.sh --examples --force
|
./scripts/init-config.sh --examples --force
|
||||||
echo "Generate all necessary files successfully"
|
echo "Generate all necessary files successfully"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@ -76,7 +82,6 @@ jobs:
|
|||||||
|
|
||||||
- name: OpenIM verify copyright
|
- name: OpenIM verify copyright
|
||||||
run: |
|
run: |
|
||||||
sudo make verify-copyright
|
|
||||||
sudo make add-copyright
|
sudo make add-copyright
|
||||||
echo "OpenIM verify successfully"
|
echo "OpenIM verify successfully"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@ -93,13 +98,19 @@ jobs:
|
|||||||
branch: "asf-auto-updates"
|
branch: "asf-auto-updates"
|
||||||
assignees: cubxxw
|
assignees: cubxxw
|
||||||
reviewers: cubxxw
|
reviewers: cubxxw
|
||||||
title: "Bump League Patch auto PR: $(date +'%Y%m%d')"
|
title: "[Auto PR 🤖] Bump League Patch auto PR"
|
||||||
body: |
|
body: |
|
||||||
|
I am a PR generated by robot automation.
|
||||||
|
|
||||||
Review criteria:
|
Review criteria:
|
||||||
|
|
||||||
- [ ] Disenchanter can connect and issue actions
|
- [ ] Disenchanter can connect and issue actions
|
||||||
|
|
||||||
|
Github Actions Status:
|
||||||
|
|
||||||
|
[](https://github.com/openimsdk/open-im-server/actions/workflows/pull-request.yml)
|
||||||
|
|
||||||
This is an automated PR. @ $(date +'%Y%m%d')
|
This is an automated PR.
|
||||||
<sub>[workflow](https://github.com/openimsdk/open-im-server/blob/main/.github/workflows/pull-request.yml).</sub>
|
<sub>[workflow](https://github.com/openimsdk/open-im-server/blob/main/.github/workflows/pull-request.yml).</sub>
|
||||||
labels: |
|
labels: |
|
||||||
kind/documentation
|
kind/documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user