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 28, 2024
1 parent c411311 commit a09d330
Showing 1 changed file with 22 additions and 0 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"

0 comments on commit a09d330

Please sign in to comment.