Last 12 weeks · 0 commits
4 of 6 standards met
Add build metadata collection from GitHub Actions environment Include source config path, CI information, and generation timestamp Add CI job URL for traceability back to the generating workflow Support disabling metadata via include-build-metadata input Update action.yml to expose new input parameter Add comprehensive documentation with examples Fixes #2
Repository: facebook/dotslash-publish-release. Description: Create DotSlash files for GitHub releases Stars: 9, Forks: 4. Primary language: Python. Languages: Python (95.2%), Dockerfile (4.8%). License: MIT. Homepage: https://dotslash-cli.com Open PRs: 0, open issues: 1. Last activity: 3mo ago. Community health: 75%. Top contributors: bolinfest, bigfootjon, dtolnay, valt-x.
In the Meta-internal version of dotslash we have a header with some valuable information: the source file used to generate the dotslash file and the CI job that actually generated the file. Meta employees can see an example of this header here: https://fburl.com/code/l0euqzmy Would this be something we could consider adding to this action? All relevant information could be derived without any input from users. Another related feature request is arbitrary extra metadata, though I don't have a concrete need for it at this time. Ref https://github.com/facebook/buck2/pull/565 for the inspiration behind this feature request