Skip to content

fix(date-range): unify 'all' period semantics between CLI and dashboard #80

fix(date-range): unify 'all' period semantics between CLI and dashboard

fix(date-range): unify 'all' period semantics between CLI and dashboard #80

Workflow file for this run

name: firstlook
on:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
pr-number:
description: 'PR number to scan (leave empty for all open PRs)'
required: false
type: string
jobs:
assess:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- uses: getagentseal/firstlook@main
with:
pr-number: ${{ inputs.pr-number }}
skip-users: 'dependabot[bot],renovate[bot]'
fail-on: 'unknown'