Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 0 additions & 103 deletions .github/workflows/approve-maintainer-pr-workflow-runs.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions ci/source-shape-test-budget.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,6 @@
"test": "keeps fork-safe labeling inside the trusted metadata boundary",
"category": "security"
},
{
"file": "test/maintainer-pr-workflow-approval.test.ts",
"test": "keeps workflow approval inside the trusted metadata boundary",
"category": "security"
},
{
"file": "test/macos-e2e-workflow-boundary.test.ts",
"test": "keeps secret-bearing live E2E on trusted main-branch code",
Expand Down
4 changes: 0 additions & 4 deletions test/helpers/vitest-watch-triggers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ export const vitestWatchTriggerPatterns: VitestWatchTriggerPattern[] = [
pattern: /(?:^|\/)\.github\/workflows\/code-scanning\.yaml$/,
testsToRun: runTests("test/code-scanning-workflow.test.ts"),
},
{
pattern: /(?:^|\/)\.github\/workflows\/approve-maintainer-pr-workflow-runs\.yaml$/,
testsToRun: runTests("test/maintainer-pr-workflow-approval.test.ts"),
},
{
pattern: /(?:^|\/)\.github\/workflows\/pr-merge-conflict-fixer\.yaml$/,
testsToRun: runTests("test/pr-merge-conflict-fixer-workflow-boundary.test.ts"),
Expand Down
Loading
Loading