CircleCI 1.0 warning email even though I am using CircleCI 2.0

One of my team members got this warning email from CircleCI, not sure why -

We noticed that the projects listed below are building on CircleCI 1.0 without a configuration file.

https://circleci.com/gh/rew-ca/data-platform

As a result of sunsetting CircleCI 1.0 on August 31st, 2018, the project(s) listed above require action from your team in order to continue building on CircleCI.



CircleCI 2.0 delivers a number of improvements, but has changed our configuration approach to be more deterministic. However, CircleCI 2.0 does not support projects without a configuration file. This means that all projects will now need a .circleci/config.yml file to continue building.



To create your configuration, you have two options:



Option 1: Manual setup:

If you prefer to create your configuration file yourself, see our documentation on configuring CircleCI 2.0 for your project.



Option 2: Generated setup:

Generate a CircleCI 2.0 configuration file based on the recent build history of your project using our configuration generator script. The tool should explicitly output a configuration similar to what our system was previously implicitly doing. While not always perfect, this will give you a starting point from which to optimize and customize to your build.



Once you’ve completed all the steps, you should see a new job in CircleCI on the `circleci-20-test` branch that runs the generated configuration. If you run into problems please submit a support ticket here.



Note: If you’ve already migrated any of the above projects to CircleCI 2.0, disregard this message and happy building!”

can someone explain why this is the case even though I have the circleCI2.0 config file in the master repo?

anyone? is it just a default email that circleCI sends?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.