We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61adf24 commit 2d7fc2dCopy full SHA for 2d7fc2d
.github/workflows/remove-lockdown-label.yml
@@ -14,9 +14,9 @@ permissions:
14
15
jobs:
16
remove-labels:
17
+ # Only run on the main repository, not forks
18
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Branding') && github.repository == 'dotnet/sdk'
19
runs-on: ubuntu-latest
- # Only run on the main repository, not forks
20
steps:
21
- name: PR's only change is <VersionFeature> in eng/Versions.props
22
id: only_version_feature_changed
0 commit comments