-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add GitHub Actions workflow for traffic reporting #470
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new GitHub Actions workflow for reporting repository traffic statistics. The workflow fetches traffic data from the GitHub API and sends it to a configured reporting endpoint, designed to run on-demand via manual workflow dispatch.
- Adds on-demand workflow to fetch and report GitHub repository traffic statistics
- Implements data extraction using GitHub CLI and posting to external reporting endpoint
- Includes debugging output for traffic data verification
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@codemillmatt I've opened a new pull request, #471, to work on those changes. Once the pull request is ready, I'll request review from you. |
…rkflow (#471) * Initial plan * Add HTTPS scheme validation for REPORTING_URL Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
|
@codemillmatt I've opened a new pull request, #472, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@codemillmatt I've opened a new pull request, #473, to work on those changes. Once the pull request is ready, I'll request review from you. |
…ing workflow (#472) * Initial plan * Add timeout and retry configuration to curl command Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
* Initial plan * Update curl to use --silent --show-error flags for better error handling Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com> Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.