Skip to content

Commit 67e7de9

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/SupportArticles-docs-pr (branch live)
2 parents bc822b7 + d04f579 commit 67e7de9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
auto-push-to-live:
1414
runs-on: ubuntu-latest
15-
if: github.repository_owner == 'MicrosoftDocs'
15+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr'
1616
permissions:
1717
contents: write
1818
pull-requests: write

.github/workflows/manage_stale_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111

1212
stale-branch:
13-
if: github.repository_owner == 'MicrosoftDocs'
13+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr'
1414
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
1515
with:
1616
PayloadJson: ${{ toJSON(github) }}

.github/workflows/validate_branch_names.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
validate-branch-name:
8-
if: startsWith(github.ref, 'refs/heads/')
8+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr' && startsWith(github.ref, 'refs/heads/')
99
runs-on: windows-latest
1010
strategy:
1111
fail-fast: true # Prevent retries on failure

0 commit comments

Comments
 (0)