Skip to content

Commit b3b5a0e

Browse files
authored
Merge pull request #451 from microsoftgraph/chore/align-kiota-ltb-to-dev
Chore/align kiota ltb to dev
2 parents d6e74b9 + d55db1b commit b3b5a0e

File tree

4 files changed

+3
-83
lines changed

4 files changed

+3
-83
lines changed

.github/policies/msgraph-sdk-python-core.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -78,39 +78,3 @@ configuration:
7878
restrictsPushes: false
7979
# Restrict who can dismiss pull request reviews. boolean
8080
restrictsReviewDismissals: false
81-
82-
- branchNamePattern: kiota/long-term-branch
83-
# This branch pattern applies to the following branches as of 06/12/2023 11:37:28:
84-
# kiota/long-term-branch
85-
86-
# Specifies whether this branch can be deleted. boolean
87-
allowsDeletions: false
88-
# Specifies whether forced pushes are allowed on this branch. boolean
89-
allowsForcePushes: true
90-
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean
91-
dismissStaleReviews: true
92-
# Specifies whether admins can overwrite branch protection. boolean
93-
isAdminEnforced: false
94-
# Indicates whether "Require a pull request before merging" is enabled. boolean
95-
requiresPullRequestBeforeMerging: true
96-
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required
97-
requiredApprovingReviewsCount: 1
98-
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean
99-
requireCodeOwnersReview: true
100-
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
101-
requiresCommitSignatures: false
102-
# Are conversations required to be resolved before merging? boolean
103-
requiresConversationResolution: true
104-
# Are merge commits prohibited from being pushed to this branch. boolean
105-
requiresLinearHistory: false
106-
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any
107-
# existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
108-
requiredStatusChecks:
109-
- CodeQL
110-
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
111-
requiresStrictStatusChecks: true
112-
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
113-
restrictsPushes: false
114-
# Restrict who can dismiss pull request reviews. boolean
115-
restrictsReviewDismissals: false
116-

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Publish package to PyPI and create release
22

33
on:
44
push:
5-
branches: [master, kiota/long-term-branch]
6-
tags:
7-
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
5+
branches: [master]
86

97
jobs:
108
build:
@@ -33,7 +31,7 @@ jobs:
3331
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
3432
with:
3533
user: __token__
36-
password: ${{ secrets.PYPI_API_TOKEN }}
34+
password: ${{ secrets.PYPI_TOKEN }}
3735

3836
release:
3937
name: Create release

SECURTITY.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ push = false
6363

6464
[tool.bumpver.file_patterns]
6565
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
66-
"src/msgraph_core/_constants.py" = ["{version}"]
67-
66+
"src/msgraph_core/_constants.py" = ["{version}"]

0 commit comments

Comments
 (0)