Merge pull request #121 from getagentseal/chore/add-firstlook-workflow

chore: add firstlook PR-author reputation check
This commit is contained in:
Resham Joshi 2026-04-21 06:18:45 -07:00 committed by GitHub
commit 41cc525e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/workflows/firstlook.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: firstlook
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
assess:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- uses: getagentseal/firstlook@main
with:
skip-users: 'dependabot[bot],renovate[bot]'
fail-on: 'unknown'