-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
[BUG] adopters.json data file is not updated #2805
Comments
Hey @sambhavgupta0705, I have already worked with yaml file in previous PR. Also, the task can be achieved using a CI workflow, which gets triggered whenever the particular file is changed in a pull request. I would like to solve this particular issue :) |
Yeah we can think of CI workflow for this |
Yeah, updating it via workflow is a good solution. We can add the updation steps in existing workflow of newsroom and meetings, or we can do it weekly by adding it in tools workflow, depending upon how we want to update it. |
Well I think the Yaml is being updated manually so I think we should update the json file weekly but I have one doubt that the |
Any updates? I would like to solve the bug :) |
@akkshitgupta Yeah, you can work on this issue. |
@akshatnema @sambhavgupta0705, Since the |
@akkshitgupta we don't need adopters.json file as it is a build time file and it is not required to have that in the master codebase that is being handled automatically during the build time |
Describe the bug.
So basically we first add data in adopters.yml file and then it gets updated in adopters.json file but the last time when the data was updated in yml file the json file wasn't updated.
Expected behavior
adopters.json should also get updated as on each and every commit by anyone the file gets updated
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: