**Description** The [`DIRECTORY.md`](https://github.com/TheAlgorithms/JavaScript/blob/master/.github/workflows/UpdateDirectory.yml) workflow isn't committing/pushing any needed changes due to the `master` branch being protected. Currently, there's no way to make GitHub Actions have access to a protected branch. Our current options are: - Disable branch protection (not recommended). - Commit as someone with access to making direct commits to the branch. - Wait until GitHub provides a solution to this.