diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index f39dc2a..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: kiwix # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # https://kiwix.org/support-us/ diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 08a3931..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,15 +0,0 @@ -daysUntilClose: false -staleLabel: stale - -issues: - daysUntilStale: 60 - markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be now be reviewed manually. Thank you - for your contributions. -pulls: - daysUntilStale: 7 - markComment: > - This pull request has been automatically marked as stale because it has not had - recent activity. It will be now be reviewed manually. Thank you - for your contributions. diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/cd.yml similarity index 98% rename from .github/workflows/releaseNigthly.yml rename to .github/workflows/cd.yml index e9bd2b9..dfbea19 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: Release&Nigthly +name: CD on: push: @@ -23,9 +23,9 @@ jobs: HOME: 'C:\\Users\\runneradmin' steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python 3.12 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install packages @@ -172,7 +172,7 @@ jobs: BINTRAY_PASS: ${{secrets.bintray_pass}} - name: Upload failure logs if: failure() - run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh + run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.py env: COMPILE_CONFIG: ${{matrix.config}} @@ -217,7 +217,7 @@ jobs: kiwix-build/.github/scripts/build_release_nightly.py - name: Upload failure logs if: failure() - run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh + run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.py Macos: strategy: @@ -296,7 +296,7 @@ jobs: COMPILE_CONFIG: ${{matrix.config}} - name: Upload failure logs if: failure() - run: $GITHUB_WORKSPACE/.github/scripts/upload_failure_logs.sh + run: $GITHUB_WORKSPACE/.github/scripts/upload_failure_logs.py env: COMPILE_CONFIG: ${{matrix.config}} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58db577..5842db0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: HOME: 'C:\\Users\\runneradmin' steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python 3.12 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install packages