Skip to content
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

feat: add CI to detect references #905

Closed
wants to merge 16 commits into from
Closed

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    8a5b37b View commit details
    Browse the repository at this point in the history
  2. Better detection of patches - they don't all end in .patch

    - Check for which patches are in use in `homebrew-core`, trimming the quotes and only getting the last part of the path.
    - Get all the patches in this repository.
    - Compare the two and print out the missing ones in the `homebrew-core` repository.
    - Add a TODO for deleting the unused patches, it might be nice for this workflow to do that once we know it's legit.
    issyl0 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b642b46 View commit details
    Browse the repository at this point in the history
  3. Ignore all top-level files and all of .github/

    Co-authored-by: Bo Anderson <[email protected]>
    issyl0 and Bo98 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7ad1610 View commit details
    Browse the repository at this point in the history
  4. Better matching

    Co-authored-by: Bo Anderson <[email protected]>
    issyl0 and Bo98 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a7639af View commit details
    Browse the repository at this point in the history
  5. Delete the unused patches and push the commits to a branch

    - Let's see how this goes.
    issyl0 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fb4662f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a6fb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update check-reference.yml

    Co-authored-by: Bo Anderson <[email protected]>
    SMillerDev and Bo98 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cb20745 View commit details
    Browse the repository at this point in the history
  2. Update check-reference.yml

    Co-authored-by: Bo Anderson <[email protected]>
    SMillerDev and Bo98 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e45ec2a View commit details
    Browse the repository at this point in the history
  3. Update check-reference.yml

    SMillerDev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    42a9238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0ee3b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    18ffc54 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update check-reference.yml

    SMillerDev committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    30521bd View commit details
    Browse the repository at this point in the history
  2. fix: add token

    SMillerDev committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9733171 View commit details
    Browse the repository at this point in the history
  3. fix: fill PR body

    SMillerDev committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8a22f79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86431e7 View commit details
    Browse the repository at this point in the history
  5. feat: add commit signing

    SMillerDev committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    679fac6 View commit details
    Browse the repository at this point in the history