mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-18 23:37:13 +00:00
Merge pull request #121 from getagentseal/chore/add-firstlook-workflow
chore: add firstlook PR-author reputation check
This commit is contained in:
commit
41cc525e06
1 changed files with 16 additions and 0 deletions
16
.github/workflows/firstlook.yml
vendored
Normal file
16
.github/workflows/firstlook.yml
vendored
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue