diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 81e1018..dd6111f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -6,9 +6,9 @@ name: Ultralytics Actions on: push: - branches: [main,master] + branches: [main] pull_request: - branches: [main,master] + branches: [main] jobs: format: diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index cddd0f1..08c751b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ ## Our Pledge -We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. diff --git a/README.md b/README.md index 9b753ab..3671c92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +Ultralytics logo # 📚 Ultralytics GitHub Community Resources @@ -47,7 +47,7 @@ For reporting bugs or requesting new features, head over to [GitHub Issues](http space Ultralytics TikTok space - Ultralytics Instagram + Ultralytics Instagram space Ultralytics Discord diff --git a/profile/README.md b/profile/README.md index c0234a7..70dbe73 100644 --- a/profile/README.md +++ b/profile/README.md @@ -25,7 +25,7 @@ Join us on our mission to push the boundaries of AI and make it accessible to ev space Ultralytics TikTok space -Ultralytics Instagram +Ultralytics Instagram space Ultralytics Discord diff --git a/workflows/stale.yml b/workflows/stale.yml index a3d623d..94f63dc 100644 --- a/workflows/stale.yml +++ b/workflows/stale.yml @@ -3,7 +3,7 @@ name: Close stale issues on: schedule: - - cron: '0 0 * * *' # Runs at 00:00 UTC every day + - cron: "0 0 * * *" # Runs at 00:00 UTC every day jobs: stale: @@ -43,5 +43,5 @@ jobs: days-before-issue-close: 10 days-before-pr-stale: 90 days-before-pr-close: 30 - exempt-issue-labels: 'documentation,tutorial,TODO' - operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting. + exempt-issue-labels: "documentation,tutorial,TODO" + operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.