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

[gh-action]: Generate a weekly report of activity #26111

Merged
merged 37 commits into from
Sep 29, 2023

Commits on Sep 12, 2023

  1. basic action

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8ec5549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce431ba View commit details
    Browse the repository at this point in the history
  3. test: add rest param

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    647de3b View commit details
    Browse the repository at this point in the history
  4. run on push

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    30d4fa4 View commit details
    Browse the repository at this point in the history
  5. get all issue stats

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b45a980 View commit details
    Browse the repository at this point in the history
  6. generate report

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b39c660 View commit details
    Browse the repository at this point in the history
  7. revert: disable load tests

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c14d4a9 View commit details
    Browse the repository at this point in the history
  8. better title label

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c783994 View commit details
    Browse the repository at this point in the history
  9. create an issue

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2697e16 View commit details
    Browse the repository at this point in the history
  10. Revert "chore: disable all auto gh action"

    This reverts commit 06def3f.
    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e76d4e2 View commit details
    Browse the repository at this point in the history
  11. Revert "revert: disable load tests"

    This reverts commit c9419e5.
    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1059258 View commit details
    Browse the repository at this point in the history
  12. update workflow branch

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8634175 View commit details
    Browse the repository at this point in the history
  13. enhance: calculate deltas

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    41080fd View commit details
    Browse the repository at this point in the history
  14. chore: update weekly report

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8932abd View commit details
    Browse the repository at this point in the history
  15. update repo owner

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    61fd613 View commit details
    Browse the repository at this point in the history
  16. update context

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a7a3e9d View commit details
    Browse the repository at this point in the history
  17. add debug statement

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fa4b556 View commit details
    Browse the repository at this point in the history
  18. dump gh context

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    700fc62 View commit details
    Browse the repository at this point in the history
  19. add context

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9412174 View commit details
    Browse the repository at this point in the history
  20. update context

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9c6b35b View commit details
    Browse the repository at this point in the history
  21. add await

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    31cc755 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dc820f9 View commit details
    Browse the repository at this point in the history
  23. update date range

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3110b14 View commit details
    Browse the repository at this point in the history
  24. remove gh context

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3c78f74 View commit details
    Browse the repository at this point in the history
  25. update cron

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bce9e73 View commit details
    Browse the repository at this point in the history
  26. Update .github/workflows/scripts/generate-weekly-report.js

    Co-authored-by: Antoine Toulme <antoine@toulme.name>
    kevinslin and atoulme committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0551502 View commit details
    Browse the repository at this point in the history
  27. Update .github/workflows/scripts/generate-weekly-report.js

    Co-authored-by: Antoine Toulme <antoine@toulme.name>
    kevinslin and atoulme committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f61c5f1 View commit details
    Browse the repository at this point in the history
  28. enhance: support gh style checkboxes

    also switch out json links with html links
    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ffc4095 View commit details
    Browse the repository at this point in the history
  29. address pr issues

    kevinslin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7a11c9e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2037968 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    7401fc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    983165a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update .github/workflows/scripts/generate-weekly-report.js

    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    kevinslin and TylerHelmuth authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    80559bb View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/generate-weekly-report.yml

    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    kevinslin and TylerHelmuth authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f6a8605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53f77c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    6133af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5918ac7 View commit details
    Browse the repository at this point in the history