Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[stdlib] Add support for the mapping protocol to Python interop#19773

[stdlib] Add support for the mapping protocol to Python interop

[stdlib] Add support for the mapping protocol to Python interop #19773

##===----------------------------------------------------------------------===##
# Copyright (c) 2025, Modular Inc. All rights reserved.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions:
# https://llvm.org/LICENSE.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##===----------------------------------------------------------------------===##
name:Check PR target branch
on:
pull_request:
types:[opened, edited, synchronize, reopened]
permissions:
contents:read
pull-requests:read
jobs:
check-pr-target:
name:Check PR target branch
runs-on:ubuntu-latest
timeout-minutes:10
defaults:
run:
shell:bash
steps:
-name:Fail if not targeting main branch
if:${{ github.base_ref != 'main' }}
run:|
echo "PRs must be targeted to merge to the main branch!"
echo "PR is currently targeting: \"${{ github.base_ref }}\""
exit 1

[8]ページ先頭

©2009-2025 Movatter.jp