Skip to content

feat: added REUSE compliance check #3573

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

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

Conversation

mfranzke
Copy link
Collaborator

@mfranzke mfranzke commented Dec 9, 2024

Proposed changes

Adding reuse-action

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (fix on existing components or architectural decisions)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Further comments

@mfranzke mfranzke added the 🍄🆙improvement New feature or request label Dec 9, 2024
@mfranzke mfranzke self-assigned this Dec 9, 2024
@mfranzke mfranzke linked an issue Dec 9, 2024 that may be closed by this pull request
@github-actions github-actions bot added the 🚢📀cicd Changes inside .github folder label Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

🔭🐙🐈 Test this branch here: https://db-ui.github.io/mono/review/3572-integrate-reuse

@github-actions github-actions bot added 📕documentation Improvements or additions to documentation 📦foundations Changes inside foundations folder 🧱components Changes inside components folder labels Jan 21, 2025
@github-actions github-actions bot added the 📺showcases Changes to 1-n showcases label Jan 21, 2025
.nvmrc.license Outdated
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would need to get added to REUSE software to use the Python comment style.

@mfranzke mfranzke requested review from Copilot and removed request for bruno-sch March 28, 2025 14:37
Copy link

@Copilot Copilot AI left a 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 REUSE compliance check by incorporating the reuse-action and updating license-related headers across various workflow and configuration files.

  • Added SPDX license headers to GitHub workflows, actions, and configuration files.
  • Introduced a new REUSE.toml configuration file for license compliance.

Reviewed Changes

Copilot reviewed 1294 out of 1297 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/*.yml Added SPDX license headers to workflow files
.github/labeler.yml Added SPDX license headers with minor label configuration
.github/dependabot.yml Added SPDX license headers
.github/actions/*/action.yml Added SPDX license headers to custom actions
.github/PULL_REQUEST_TEMPLATE.md Added SPDX license headers in PR template
.github/ISSUE_TEMPLATE/bug_report.yaml Added SPDX license headers in bug report template
.eslintrc.js Added SPDX license headers
.config/REUSE.toml Introduced REUSE configuration with license annotations
Files not reviewed (3)
  • .editorconfig: Language not supported
  • .env.template: Language not supported
  • .eslintignore: Language not supported

@@ -0,0 +1,7 @@
version = 1

# A simple glob of all files in resources/img/
Copy link
Preview

Copilot AI Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment in REUSE.toml indicates that the glob targets files in 'resources/img/', but the defined paths (['.json', '.js', '*.yml']) do not match that directory. Please update the comment or adjust the glob patterns to ensure consistency.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚢📀cicd Changes inside .github folder 🧱components Changes inside components folder 📕documentation Improvements or additions to documentation 📦foundations Changes inside foundations folder 🍄🆙improvement New feature or request 📺showcases Changes to 1-n showcases
Projects
Status: 🏗 In development
Development

Successfully merging this pull request may close these issues.

Integrate REUSE
2 participants