Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-linter/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cpp-linter/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tag-release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 1, 2025

  1. feat: phase out release-drafter with git-cliff and gh-cli

    ref #47
    
    supports SSH when finding repo name from git remote URL
    2bndy5 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    6e2ee36 View commit details
    Browse the repository at this point in the history
  2. add pip group to dependabot config

    for bumping git-cliff automatically
    
    and group dependabot updates into 1 PR (for each ecosystem)
    2bndy5 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    9518297 View commit details
    Browse the repository at this point in the history
  3. add auto-labeler workflow

    2bndy5 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    324254a View commit details
    Browse the repository at this point in the history
  4. disable schemaStore in VSCode YAML ext

    Some schemas are used where they shouldn't be (.github/workflows/mkdocs.yml).
    Some schemas are just outdated or incorrect (.github/labeler.yml).
    
    Prefer using GitHub Actions ext in VSCode to validate workflows
    2bndy5 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    5378b1d View commit details
    Browse the repository at this point in the history
Loading