Sandeep Thalapanane
Sandeep Thalapanane
@heanhsok, could you please review this code?
@heanhsok I tested the script with a test repository, and it works. I was unable to test the users and teams, but the backup file and switching to the default...
> Could you help check this? @sandeepthalapanane > > ```shell > user_1042@18f837e9d157:/app$ dev_scripts_helpers/github/dockerized_sync_gh_repo_settings.py --token_env_var GITHUB_PAT --input_file dev_scripts_helpers/github/settings/repo_settings.yaml --dry_run --owner HeaSoLab --repo demo-repository --backup > 18:19:37 - INFO hdbg.py init_logger:1013 Saving...
@heanhsok I have completely restructured the code following the review by @gpsaggese. **The new architecture flow includes:** 1. Two distinct sub-commands: **export** and **sync**. 2. Export Pipeline: get settings →...
@sonniki @samarth9008 I tried to rebase to make sure the branch is up to date with the master branch. But I am unsure what has happened. Could you please help...
The issue is because of the [Prettier](https://prettier.io/) library. The Prettier is not treating the block as fenced. One solution is we can skip Prettier formatting for specific code blocks by...
I attempted to lint the below example with and without the markdown code block. It seems to be treating the markdown code fencing as another markdown, and the text inside...
> So the conclusion is that we'll turn "```markdown" into "```text" (for example), and problem solved? Yes, this is one solution, or adding ignore is another solution. Let me know...
> So the conclusion is that we'll turn "```markdown" into "```text" (for example), and problem solved? The "text" solution and `` are both working. Would you like me to add...
@sonniki I implemented both of the suggestions you mentioned. I first checked if the file existed by removing the text after the `#`. Next, if the file does exist, I...