Skip to content

Commit

Permalink
Merge branch 'main' into process-personalized-and-password-protected-…
Browse files Browse the repository at this point in the history
…objects-in-apps
  • Loading branch information
mergify[bot] authored Nov 29, 2024
2 parents d0c2960 + 2703c38 commit 041012d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
# https://github.com/repository-settings/app

repository:
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false
allow_auto_merge: true
allow_update_branch: true
delete_branch_on_merge: true

labels:
- name: breaking-change
color: "#16060F"
description: A breaking change
- name: bug
color: "#d73a4a"
description: Something isn't working
- name: chore
color: "#c2e0c6"
description: Some routine work like updating dependencies
- name: ci
color: "#DFB5FD"
description: Continuous Integration related stuff
- name: dependencies
color: "#0366d6"
description: Pull requests that update dependencies
- name: documentation
color: "#0075ca"
description: Improvements or additions to documentation
- name: enhancement
color: "#a2eeef"
description: New feature or request
- name: refactoring
color: "#880361"
description: Refactoring of code
- name: test
color: "#20D89D"
description: This pull request contains only new or changed tests
- name: wip
color: "#32BF4C"
description: Work in Progress (blocks mergify from auto update the branch)

0 comments on commit 041012d

Please sign in to comment.