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

github actions: don't use tj-actions/changed-files #13748

Merged
merged 24 commits into from
Nov 23, 2022

Commits on Oct 25, 2022

  1. github actions: don't use tj-actions/changed-files

    avoids all its bugs alltogether
    eg tj-actions/changed-files#704
    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ac3821e View commit details
    Browse the repository at this point in the history
  2. fix forks

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f107148 View commit details
    Browse the repository at this point in the history
  3. add github token

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3a6bbb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad52851 View commit details
    Browse the repository at this point in the history
  5. fixup

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    e391ec3 View commit details
    Browse the repository at this point in the history
  6. add yml error

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2484cc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd1f30b View commit details
    Browse the repository at this point in the history
  8. add test error

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3ae6852 View commit details
    Browse the repository at this point in the history
  9. touch linter

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    49c7326 View commit details
    Browse the repository at this point in the history
  10. use fnmatch

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    78b59a6 View commit details
    Browse the repository at this point in the history
  11. fxup

    ericLemanissier committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8446626 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9708ce View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    41c72d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d8240 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update config.yml

    ericLemanissier committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a1e1b7c View commit details
    Browse the repository at this point in the history
  2. Update conanfile.py

    ericLemanissier committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1394eb8 View commit details
    Browse the repository at this point in the history
  3. Update conanfile.py

    ericLemanissier committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d599c28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e13c62e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. improve file matching

    python's fnmatch treats * as any character any number oftime, including /.
    This is not coherent with bash, which excludes / from *.
    The fix is to split the pattern and filenames by / and call fnmatch
    on each part.
    ericLemanissier committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    494b593 View commit details
    Browse the repository at this point in the history
  2. add a test error

    ericLemanissier committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    94ae33b View commit details
    Browse the repository at this point in the history
  3. fixup

    ericLemanissier committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    538aa6b View commit details
    Browse the repository at this point in the history
  4. silence warning

    ericLemanissier committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1e23495 View commit details
    Browse the repository at this point in the history
  5. Update conanfile.py

    ericLemanissier committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    505f572 View commit details
    Browse the repository at this point in the history