feat(license-exceptions): add not-eligible status and fix decision workflow labels - #1495
Open
jeefy wants to merge 3 commits into
Open
feat(license-exceptions): add not-eligible status and fix decision workflow labels#1495jeefy wants to merge 3 commits into
jeefy wants to merge 3 commits into
Conversation
jeefy
commented
Aug 20, 2026
Member
- Change site subtitle to 'Requested license exceptions for CNCF projects' since the database includes denied and not-eligible requests
- Add 'not-eligible' status for requests that don't qualify for the exception process (e.g., use inconsistent with the CNCF IP Policy), wired through the schema, validator, site filter/badge, and README
- Fix the decision workflow to trigger on license-exception/approved, license-exception/denied, and license-exception/not-eligible labels (the previous approved/denied labels never existed in the repo, so the workflow had never fired)
…rkflow labels - Change site subtitle to 'Requested license exceptions for CNCF projects' since the database includes denied and not-eligible requests - Add 'not-eligible' status for requests that don't qualify for the exception process (e.g., use inconsistent with the CNCF IP Policy), wired through the schema, validator, site filter/badge, and README - Fix the decision workflow to trigger on license-exception/approved, license-exception/denied, and license-exception/not-eligible labels (the previous approved/denied labels never existed in the repo, so the workflow had never fired) Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
The netlify-preview.yml workflow required NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID secrets that were never configured, so it failed on every run since its introduction. It also could never work for fork-based PRs, which don't receive repository secrets. Remove it and re-enable Netlify's native deploy previews by dropping the 'ignore = "exit 0"' override. Netlify's own credentials handle fork PRs, and the 'base = license-exceptions/' setting already scopes preview builds to changes under that directory. Signed-off-by: Jeffrey Sica <me@jeefy.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.