fleet/.github
Roberto Dip 174f894b53
fix migration order check by only checking additions (#8172)
this modifies the migration order CI check to only check for added files
by:

1. Escaping the blob we give to git, so bash doesn't perform expansion,
   this lets git handle the blob matching, which for reasons I don't
   fully understand allows to find file renames.
2. Applying `--diff-filter=A`, which makes git only list file additions.
2022-10-11 16:31:40 -03:00
..
ISSUE_TEMPLATE Update smoke-tests.md (#7827) 2022-09-19 14:23:02 -04:00
scripts Check whether the infra dependencies are ready before E2E test (#870) 2021-06-02 16:56:44 -07:00
workflows fix migration order check by only checking additions (#8172) 2022-10-11 16:31:40 -03:00
dependabot.yml Disable dependabot version updates for npm (#7697) 2022-09-13 10:17:40 -03:00
pull_request_template.md Add Orbit testing to pull_request_template.md (#7896) 2022-10-06 08:16:18 -03:00