From d1a88db5a97a920fc18c5d102b162f842d3714f1 Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:49:24 +0200 Subject: [PATCH 1/3] ci: temporary disable e2e tests workflow (#4684) Co-authored-by: Alexandr Garbuzov --- .github/workflows/e2e-test.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 022713fdafa20..e202610978afc 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -1,15 +1,20 @@ name: Test Deployment on: - deployment_status: + # Temporarily disabled automatic triggers; manual-only for now. + workflow_dispatch: + # Original trigger (restore to re-enable): + # deployment_status: permissions: read-all jobs: e2eTests: - if: - github.repository == 'anuraghazra/github-readme-stats' && - github.event_name == 'deployment_status' && - github.event.deployment_status.state == 'success' + # Temporarily disabled; set to the original condition to re-enable. + # if: + # github.repository == 'anuraghazra/github-readme-stats' && + # github.event_name == 'deployment_status' && + # github.event.deployment_status.state == 'success' + if: false name: Perform 2e2 tests runs-on: ubuntu-latest strategy: @@ -32,5 +37,5 @@ jobs: - name: Run end-to-end tests. run: npm run test:e2e - env: - VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }} + # env: + # VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }} From 2a626d7684572b1d6d8975b588c4acc1b2eed25f Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:56:42 +0200 Subject: [PATCH 2/3] docs(readme): remove hacktoberfest notice (#4685) Co-authored-by: Alexandr Garbuzov --- readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.md b/readme.md index 473fcc5a2a639..baadc984572fc 100644 --- a/readme.md +++ b/readme.md @@ -98,9 +98,6 @@ # Important Notices -> [!IMPORTANT] -> Please note that we are NOT participating in Hacktoberfest this year. As a small team, we cannot handle the increased volume of PRs and issues that the event brings. We appreciate your understanding. - > [!IMPORTANT] > Since the GitHub API only [allows 5k requests per hour per user account](https://docs.github.com/en/graphql/overview/resource-limitations), the public Vercel instance hosted on `https://github-readme-stats.vercel.app/api` could possibly hit the rate limiter (see [#1471](https://github.com/anuraghazra/github-readme-stats/issues/1471)). We use caching to prevent this from happening (see https://github.com/anuraghazra/github-readme-stats#common-options). You can turn off these rate limit protections by [deploying your own Vercel instance](#deploy-on-your-own). From e6c560f75e8d70c49d747840f4ca09413a2d8904 Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:57:24 +0200 Subject: [PATCH 3/3] docs(contributing): remove hacktoberfest notice (#4686) Co-authored-by: Alexandr Garbuzov --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e72d7b9f8013c..8aafae6f58242 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,5 @@ # Contributing to [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) -> [!IMPORTANT] -> Please note that we are NOT participating in Hacktoberfest this year. As a small team, we cannot handle the increased volume of PRs and issues that the event brings. We appreciate your understanding. - We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's: - Reporting [an issue](https://github.com/anuraghazra/github-readme-stats/issues/new?assignees=&labels=bug&template=bug_report.yml).