We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56a4d6 commit 8bdbce7Copy full SHA for 8bdbce7
2 files changed
.github/CODEOWNERS
@@ -1,2 +1,3 @@
1
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
2
-* @jiacai2050 @xihale
+
3
+* @jiacai2050 @xihale @jinzhongjia
.github/workflows/mirror.yml
@@ -16,3 +16,14 @@ jobs:
16
fetch-depth: 0
17
- run: |
18
git push --tags --force https://${{ secrets.CBTOKEN }}@codeberg.org/jiacai2050/zigcc.git "refs/remotes/origin/*:refs/heads/*"
19
20
+ atomgit:
21
+ if: github.repository_owner == 'zigcc'
22
+ runs-on: ubuntu-latest
23
+ steps:
24
+ - uses: actions/checkout@v4
25
+ with:
26
+ fetch-depth: 0
27
+ - uses: pixta-dev/repository-mirroring-action@v1
28
29
+ target_repo_url: https://jiacai2050:${{ secrets.ATOMGIT_TOKEN }}@atomgit.com/${{ github.repository }}.git
0 commit comments