-
Notifications
You must be signed in to change notification settings - Fork 145
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
Display draft HIPs for Jekyll build #1093
Conversation
✅ Deploy Preview for hedera-hips ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM
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.
The only thing I would suggest is using SHA hashes for the actions steps instead of v3
etc.
This is a GHA best practice.
Signed-off-by: Michael Garber <michael.garber@swirldslabs.com>
Signed-off-by: Michael Garber <michael.garber@swirldslabs.com>
Co-authored-by: mgarbs <michael.garber@hashgraph.com> Signed-off-by: mgarbs <michael.garber@hashgraph.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com> Signed-off-by: mgarbs <michael.garber@hashgraph.com>
Signed-off-by: mgarbs <michael.garber@hashgraph.com>
Signed-off-by: mgarbs <michael.garber@hashgraph.com>
Signed-off-by: mgarbs <michael.garber@hashgraph.com>
Signed-off-by: mgarbs <michael.garber@hashgraph.com>
Description:
This PR adds a GitHub Action that automatically collects data about open pull requests containing HIPs drafts. Key features:
_data/draft_hips.json
for use by the siteThis automation replaces the current client-side GitHub API calls, which:
The workflow generates a JSON file containing PR metadata including:
Testing