We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58979c commit 8562f9eCopy full SHA for 8562f9e
.github/workflows/labels.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
verify-labels:
16
- if: startsWith(github.repository_owner, 'azure') || github.repository_owner == 'PowerShell'
+ if: github.repository_owner == 'PowerShell'
17
runs-on: ubuntu-latest
18
19
steps:
0 commit comments