The `auto_detect_branch_protection` option is now set to `true` in order to enable automatic detection of branch protection in the workflow. This ensures that the workflow takes into account any branch protection rules that may be in place when performing the specified actions.
chore(README.md): updates contributors list
The update_contributors.yml workflow has been added to automatically update the list of contributors in the README.md file. This workflow runs on a schedule every Sunday at 02:10 and also allows for manual dispatch. The workflow uses the contributors-readme-action to insert the list of community members into the README.md file. The commit message for the update is "chore(README.md): updates contributors list". This ensures that the contributors list is always up to date and reflects the current community members contributing to the project.
chore: update add-new-person-to-site.md template formatting
The add-new-person-to-site.md template has been updated to improve
readability by aligning the fields. The end-of-file-fixer and
trailing-whitespace pre-commit hooks have been enabled to ensure
consistent file endings and remove trailing whitespace.