Skip to content

Commit a1da271

Browse files
authored
Merge branch 'main' into code-scanning-alerts-default-branch
2 parents 382decd + 0860223 commit a1da271

File tree

512 files changed

+10193
-5148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

512 files changed

+10193
-5148
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
-6.67 KB
Binary file not shown.
65.7 KB
Loading
60.9 KB
Loading
33 KB
Loading
22.6 KB
Loading
13 KB
Loading
17.5 KB
Loading
5.06 KB
Loading

0 commit comments

Comments
 (0)