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
2 changes: 1 addition & 1 deletion .github/scripts/merge_manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { Buffer } = require('node:buffer');
const { minimatch } = require('./minimatch-lite.js');
const { minimatch } = require('minimatch');
const { ensureRateLimitWrapped } = require('./github-rate-limited-wrapper.js');

async function fetchAllowlist(github, owner, repo, path, ref) {
Expand Down
176 changes: 0 additions & 176 deletions .github/scripts/minimatch-lite.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/scripts/pr-context-graphql.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const { ensureRateLimitWrapped } = require('./github-rate-limited-wrapper.js');
const { minimatch } = require('./minimatch-lite.js');
const { minimatch } = require('minimatch');

/**
* GraphQL-based PR Context Fetcher
Expand Down
6 changes: 6 additions & 0 deletions .github/sync-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ scripts:
- source: .github/scripts/node_modules/minimatch/
description: "Vendored minimatch dependency for .github scripts"

- source: .github/scripts/node_modules/brace-expansion/
description: "Vendored brace-expansion dependency (transitive dep of minimatch)"

- source: .github/scripts/node_modules/balanced-match/
description: "Vendored balanced-match dependency (transitive dep of brace-expansion)"

# JavaScript scripts for issue/PR handling
- source: .github/scripts/issue_pr_locator.js
description: "Locates PRs associated with issues"
Expand Down
2 changes: 1 addition & 1 deletion templates/consumer-repo/.github/scripts/merge_manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { Buffer } = require('node:buffer');
const { minimatch } = require('./minimatch-lite.js');
const { minimatch } = require('minimatch');
const { ensureRateLimitWrapped } = require('./github-rate-limited-wrapper.js');

async function fetchAllowlist(github, owner, repo, path, ref) {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading