Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/policies/msgraph-sdk-python-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ configuration:
# Restrict who can dismiss pull request reviews. boolean
restrictsReviewDismissals: false

- branchNamePattern: master
# This branch pattern applies to the following branches as of 06/12/2023 11:37:28:
# master
- branchNamePattern: main
# This branch pattern applies to the following branches as of 01/12/2024 13:14:28:
# main

# Specifies whether this branch can be deleted. boolean
allowsDeletions: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto-merge dependabot updates

on:
pull_request:
branches: [master]
branches: [main]

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish package to PyPI and create release

on:
push:
branches: [master]
branches: [main]

jobs:
build:
Expand Down