Skip to content

Commit

Permalink
Configure sizeup-action on this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear committed Jul 25, 2024
1 parent 911cf42 commit 2babe49
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sizeup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: SizeUp

on: pull_request

permissions:
contents: read
issues: write
pull-requests: write

jobs:
sizeup:
name: Estimate reviewability
runs-on: ubuntu-latest

steps:
- name: Estimate pull request reviewability
uses: lerebear/[email protected]
id: sizeup-action
with:
token: "${{ secrets.GITHUB_TOKEN }}"
# Uncomment line below to use custom sizeup-action configuration.
# configuration-file-path: ".github/workflows/sizeup/config.yaml"
9 changes: 5 additions & 4 deletions dist/index.js

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

8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@actions/github": "^5.1.1",
"@octokit/webhooks": "^12.0.3",
"simple-git": "^3.21.0",
"sizeup-core": "^0.5.1",
"sizeup-core": "^0.5.2",
"yaml": "^2.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2babe49

Please sign in to comment.