Skip to content

Standardize .github configuration - #143

Merged
glenn-jocher merged 2 commits into
mainfrom
github-standardize
Aug 15, 2026
Merged

Standardize .github configuration#143
glenn-jocher merged 2 commits into
mainfrom
github-standardize

Conversation

@glenn-jocher

@glenn-jocher glenn-jocher commented Aug 15, 2026

Copy link
Copy Markdown
Member

Aligns .github with the current Ultralytics repository standard.

  • Add dependabot.yml for weekly GitHub Actions version updates
  • Enable Lychee broken-link checks in Ultralytics Actions

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Standardizes the repository’s GitHub configuration by adding structured issue templates, weekly GitHub Actions dependency updates, and enabled Lychee link checks.

📊 Key Changes

  • Added YAML templates for bug reports, feature requests, and questions, including required search checks and structured submission fields.
  • Added issue configuration with links to Ultralytics documentation, Community Forum, Discord, and Reddit, while allowing blank issues.
  • Added Dependabot configuration to check GitHub Actions dependencies weekly, with a five-PR limit and dependencies labels.
  • Enabled Lychee broken-link checking in the formatting workflow.

🎯 Purpose & Impact

  • New issues are guided through standardized forms with repository-specific fields and support links.
  • GitHub Actions updates can be opened automatically by Dependabot.
  • The formatting workflow now checks links for potential breakage.
  • No changes were made to JSON2YOLO conversion behavior.

@UltralyticsAssistant UltralyticsAssistant added dependencies Dependencies and packages devops GitHub Devops or MLops labels Aug 15, 2026
@UltralyticsAssistant

Copy link
Copy Markdown
Member

👋 Hello @glenn-jocher, thank you for submitting a ultralytics/JSON2YOLO 🚀 PR! This automated message confirms your contribution was received, and an Ultralytics engineer will assist with the review. To ensure a seamless integration of your work, please review the following checklist:

  • Define a Purpose: Clearly explain the purpose of your fix or feature in your PR description, and link to any relevant issues. Ensure your commit messages are clear, concise, and adhere to the project's conventions.
  • Synchronize with Source: Confirm your PR is synchronized with the ultralytics/JSON2YOLO main branch. If it's behind, update it by clicking the 'Update branch' button or by running git pull and git merge main locally.
  • Ensure CI Checks Pass: Verify all Ultralytics Continuous Integration (CI) checks are passing. If any checks fail, please address the issues.
  • Update Documentation: Update the relevant documentation for any new or modified features.
  • Add Tests: If applicable, include or update tests to cover your changes, and confirm that all tests are passing.
  • Sign the CLA: Please ensure you have signed our Contributor License Agreement if this is your first Ultralytics PR by writing "I have read the CLA Document and I sign the CLA" in a new message.
  • Minimize Changes: Limit your changes to the minimum necessary for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee

For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀

@UltralyticsAssistant UltralyticsAssistant left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🔍 PR Review

Made with ❤️ by Ultralytics Actions

Reviewed both .github changes. The Lychee enablement is consistent with the existing Ultralytics Actions workflow, but the Dependabot directory prevents the new weekly GitHub Actions update job from working. One fix is required.

💬 Posted 1 inline comment
  • 💡 MEDIUM .github/dependabot.yml:9 For the github-actions ecosystem, Dependabot requires directory: "/" to discover workflow files under .github/workflows; the current path causes this configuration not to monitor the repository's actions, so the promised weekly updates will not run. Change this to /. (docs.github.com)

Comment thread .github/dependabot.yml
version: 2
updates:
- package-ecosystem: github-actions
directory: "/.github/workflows"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Dependabot supports directory: "/.github/workflows" for the github-actions ecosystem — this is the org convention used in ultralytics/ultralytics, sdk, skills, openapi and lite, and it demonstrably works (e.g. ultralytics/ultralytics "Bump actions/stale from 10 to 11 in /.github/workflows", 2026-07-28). Keeping as is.

Comment thread .github/dependabot.yml
version: 2
updates:
- package-ecosystem: github-actions
directory: "/.github/workflows"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Dependabot supports directory: "/.github/workflows" for the github-actions ecosystem — this is the org convention used in ultralytics/ultralytics, sdk, skills, openapi and lite, and it demonstrably works (e.g. ultralytics/ultralytics "Bump actions/stale from 10 to 11 in /.github/workflows", 2026-07-28). Keeping as is.

@UltralyticsAssistant UltralyticsAssistant left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🔍 PR Review 2

Made with ❤️ by Ultralytics Actions

Review 2: no new issues found. The prior Dependabot directory concern is not repeated because the maintainer’s reply settled it with repository evidence. The added issue forms and Lychee enablement are consistent with the existing workflow. LGTM.

@glenn-jocher
glenn-jocher merged commit c948064 into main Aug 15, 2026
7 checks passed
@glenn-jocher
glenn-jocher deleted the github-standardize branch August 15, 2026 17:29
@UltralyticsAssistant

Copy link
Copy Markdown
Member

🎉 This PR has been successfully merged—thank you, @glenn-jocher!

“Great things are done by a series of small things brought together.” — Vincent van Gogh

The structured issue templates, weekly Dependabot updates, and Lychee link checks strengthen repository maintenance and support without changing JSON2YOLO conversion behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies and packages devops GitHub Devops or MLops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants