Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync #5

Merged
merged 53 commits into from
Feb 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d577bab
+
guoxianzhe Dec 11, 2024
7f8c533
+
guoxianzhe Dec 11, 2024
40030e3
+
guoxianzhe Dec 11, 2024
3943443
+
guoxianzhe Dec 11, 2024
1733245
+
guoxianzhe Dec 11, 2024
52ebb8e
+
guoxianzhe Dec 11, 2024
b06daf7
+
guoxianzhe Dec 11, 2024
4ac5ca9
++
guoxianzhe Dec 11, 2024
63e3362
++
guoxianzhe Dec 11, 2024
0c2d985
+
guoxianzhe Dec 11, 2024
6b10857
+
guoxianzhe Dec 11, 2024
83a4768
+
guoxianzhe Dec 11, 2024
c67887b
+
guoxianzhe Dec 11, 2024
ad6c038
+
guoxianzhe Dec 11, 2024
f182e66
+
guoxianzhe Dec 11, 2024
b47dc8a
+
guoxianzhe Dec 11, 2024
2feac0c
++
guoxianzhe Dec 11, 2024
e49c7e3
+
guoxianzhe Dec 11, 2024
9f103e0
+
guoxianzhe Dec 11, 2024
2123d25
[AUTO]sync agora to shengwang>> change package
guoxianzhe Dec 11, 2024
4e35c0b
+
guoxianzhe Dec 11, 2024
ccaa8e9
+
guoxianzhe Dec 12, 2024
3e60b1d
+
guoxianzhe Dec 12, 2024
14fd200
+
guoxianzhe Dec 12, 2024
17b87a2
+
guoxianzhe Dec 12, 2024
df9e344
+
guoxianzhe Dec 12, 2024
7c7a65c
+
guoxianzhe Dec 12, 2024
6d98ddb
+
guoxianzhe Dec 12, 2024
964554f
+
guoxianzhe Dec 12, 2024
ef4ed26
+
guoxianzhe Dec 12, 2024
b7616c9
+
guoxianzhe Dec 12, 2024
ca87e37
+
guoxianzhe Dec 12, 2024
7fe1c16
+
guoxianzhe Dec 12, 2024
3318669
+
guoxianzhe Dec 12, 2024
c90e473
+
guoxianzhe Dec 12, 2024
5265762
+
guoxianzhe Dec 12, 2024
a95a135
+
guoxianzhe Dec 12, 2024
ad427bb
+
guoxianzhe Dec 12, 2024
6b39ce1
+
guoxianzhe Dec 12, 2024
b78764e
+
guoxianzhe Dec 12, 2024
09b9887
+
guoxianzhe Dec 12, 2024
8a029fd
+
guoxianzhe Dec 12, 2024
9171943
+
guoxianzhe Dec 12, 2024
af0e876
+
guoxianzhe Dec 12, 2024
ce06ba0
+
guoxianzhe Dec 12, 2024
4f63940
+
guoxianzhe Dec 12, 2024
7f95a26
+
guoxianzhe Dec 12, 2024
91b7cfc
+
guoxianzhe Dec 12, 2024
91623c7
+
guoxianzhe Dec 12, 2024
abdd97c
+
guoxianzhe Dec 12, 2024
353d10b
+
guoxianzhe Dec 12, 2024
b70b8e5
+
guoxianzhe Dec 12, 2024
76ead48
Merge branch 'main' into sync
guoxianzhe Feb 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
+
guoxianzhe committed Dec 12, 2024
commit 9171943403bc380d19307d1a8cef588b3e91d8d5
37 changes: 21 additions & 16 deletions .github/actions/shengwang-sync/action.yaml
Original file line number Diff line number Diff line change
@@ -62,9 +62,8 @@ runs:
working-directory: ${{ inputs.target-repo }}
shell: bash

- name: run pre-command
- name: sync repo
run: |
${{ inputs.pre-command }}
git fetch origin
if git show-ref --verify --quiet refs/remotes/origin/${{ inputs.target-branch }}; then
git push origin --delete ${{ inputs.target-branch }}
@@ -76,6 +75,12 @@ runs:
working-directory: ${{ inputs.target-repo }}
shell: bash

# - name: run pre-command
# run: |
# ${{ inputs.pre-command }}
# working-directory: ${{ inputs.target-repo }}
# shell: bash

# - name: Commit directly
# if: ${{ !inputs.create-pr }}
# run: |
@@ -86,17 +91,17 @@ runs:
# working-directory: ${{ inputs.source-repo }}
# shell: bash

# - name: Create pull request
# if: ${{ inputs.create-pr }}
# uses: AgoraIO-Extensions/actions/.github/actions/pr@sync
# with:
# github-token: ${{ inputs.github-token }}
# target-repo: ${{ inputs.target-repo }}
# target-branch: ${{ inputs.target-branch }}
# target-branch-name-surffix: shengwang-sync-auto
# pull-request-title: |
# [AUTO]sync agora to shengwang>> change package
# pull-request-body: |
# This is an auto-generated PR to sync agora to shengwang
# Please review changes and check the CI status.
# If everything is fine, please merge this PR.
- name: Create pull request
if: ${{ inputs.create-pr }}
uses: AgoraIO-Extensions/actions/.github/actions/pr@sync
with:
github-token: ${{ inputs.github-token }}
target-repo: ${{ inputs.target-repo }}
target-branch: ${{ inputs.target-branch }}
target-branch-name-surffix: shengwang-sync-auto
pull-request-title: |
[AUTO]sync agora to shengwang>> change package
pull-request-body: |
This is an auto-generated PR to sync agora to shengwang
Please review changes and check the CI status.
If everything is fine, please merge this PR.