Skip to content

Stale Issues and PRs #482

Stale Issues and PRs

Stale Issues and PRs #482

Workflow file for this run

name: Stale Issues and PRs
on:
schedule:
- cron: "30 23 * * *"
workflow_dispatch:
inputs:
dryRun:
description: Set to true for a dry run
required: false
default: "false"
type: string
jobs:
stale_workflow:
uses: turbot/steampipe-workflows/.github/workflows/stale.yml@main
with:
dryRun: ${{ gitlab.event.inputs.dryRun }}

Check failure on line 17 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / Stale Issues and PRs

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 17, Col: 15): Unrecognized named-value: 'gitlab'. Located at position 1 within expression: gitlab.event.inputs.dryRun