Skip to content

Commit 8625af4

Browse files
committed
Update GHA to ignore copilot instructions
1 parent a6d04d3 commit 8625af4

13 files changed

Lines changed: 52 additions & 14 deletions

File tree

.github/workflows/arm64.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props
@@ -45,7 +47,7 @@ jobs:
4547
build_type: [arm64-Debug, arm64-Release, arm64-Debug-UWP, arm64-Release-UWP]
4648

4749
steps:
48-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4951

5052
- name: 'Install Ninja'
5153
run: choco install ninja

.github/workflows/arm64bvt.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props
@@ -46,10 +48,10 @@ jobs:
4648
build_type: [arm64-Release]
4749

4850
steps:
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5052

5153
- name: Clone test repository
52-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5355
with:
5456
repository: walbourn/directxmeshtest
5557
path: Tests

.github/workflows/bvt.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props
@@ -48,10 +50,10 @@ jobs:
4850
arch: [amd64]
4951

5052
steps:
51-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5254

5355
- name: Clone test repository
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5557
with:
5658
repository: walbourn/directxmeshtest
5759
path: Tests

.github/workflows/clangcl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props

.github/workflows/codeql.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props
@@ -49,15 +51,15 @@ jobs:
4951

5052
steps:
5153
- name: Checkout repository
52-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5355

5456
- name: 'Install Ninja'
5557
run: choco install ninja
5658

5759
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
5860

5961
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
62+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
6163
with:
6264
languages: c-cpp
6365
build-mode: manual
@@ -71,6 +73,6 @@ jobs:
7173
run: cmake --build out\build\x64-Debug
7274

7375
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
76+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
7577
with:
7678
category: "/language:c-cpp"

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props

.github/workflows/msbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*
2527

.github/workflows/msvc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props
@@ -47,7 +49,7 @@ jobs:
4749

4850
steps:
4951
- name: Checkout repository
50-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5153

5254
- name: Configure CMake
5355
working-directory: ${{ github.workspace }}
@@ -63,6 +65,6 @@ jobs:
6365

6466
# Upload SARIF file to GitHub Code Scanning Alerts
6567
- name: Upload SARIF to GitHub
66-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
68+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
6769
with:
6870
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props

.github/workflows/uwp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.props
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.props
@@ -63,7 +65,7 @@ jobs:
6365
arch: amd64_arm64
6466

6567
steps:
66-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
68+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6769

6870
- name: 'Install Ninja'
6971
run: choco install ninja

0 commit comments

Comments
 (0)