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

[RuntimeAsync] Enable runtime async in Libraries partition#35583

[RuntimeAsync] Enable runtime async in Libraries partition

[RuntimeAsync] Enable runtime async in Libraries partition #35583

name:check-no-merge-label
permissions:
pull-requests:read
on:
pull_request_target:
types:[opened, edited, reopened, labeled, unlabeled, synchronize]
branches:
-'main'
-'release/**'
jobs:
check-labels:
if:github.repository == 'dotnet/runtime'
runs-on:ubuntu-latest
steps:
-name:Check 'NO-MERGE' label
run:|
echo "Merging permission is disabled when the 'NO-MERGE' label is applied."
if [ "${{ contains(github.event.pull_request.labels.*.name, 'NO-MERGE') }}" = "false" ]; then
exit 0
else
echo "::error:: The 'NO-MERGE' label was applied to the PR. Merging is disabled."
exit 1
fi

[8]ページ先頭

©2009-2025 Movatter.jp