Skip to content

Commit

Permalink
make pull_number required
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Dec 17, 2024
1 parent fb651cc commit 5e3feea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/604.index.js

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

2 changes: 1 addition & 1 deletion dist/604.index.js.map

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

2 changes: 1 addition & 1 deletion src/helpers/get-merge-queue-position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { octokitGraphql } from '../octokit';
import { Repository } from '@octokit/graphql-schema';

export class GetMergeQueuePosition extends HelperInputs {
pull_number?: string;
pull_number = '';
max_queue_size?: string;
}

Expand Down

0 comments on commit 5e3feea

Please sign in to comment.