Skip to content

Commit 039c4e4

Browse files
authored
Merge pull request #16293 from github/repo-sync
repo sync
2 parents f08b89e + 36c4ab8 commit 039c4e4

26 files changed

+521
-45
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# to link a PR to a list of environments later.
5454
url: ${{ env.APP_URL }}
5555
env:
56-
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER }}
56+
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER || github.run_id }}
5757
COMMIT_REF: ${{ github.event.pull_request.head.sha || github.event.inputs.COMMIT_REF }}
5858
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
5959
IS_INTERNAL_BUILD: ${{ github.repository == 'github/docs-internal' }}

.github/workflows/triage-unallowed-internal-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: filter
4040
with:
4141
# Base branch used to get changed files
42-
base: ${{ github.event.pull_request.base.ref }}
42+
base: ${{ github.event.pull_request.base.ref || github.base_ref || github.ref }}
4343

4444
# Enables setting an output in the format in `${FILTER_NAME}_files
4545
# with the names of the matching files formatted as JSON array
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)