Skip to content

Commit

Permalink
build udate
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-k committed Jan 4, 2024
1 parent eef76e5 commit 88bb060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions dist/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/index.js.map

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions src/functions/get-branches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ export async function getBranches(): Promise<BranchResponse[]> {
owner,
repo,
protection: {
enabled: false,
required_status_checks: {
contexts: [],
checks: []
}
enabled: false
},
per_page: 100
},
Expand Down

0 comments on commit 88bb060

Please sign in to comment.