Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/generate_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ on:
description: "Dry Run (PRs are not generated)"
type: boolean
default: true
fail-fast:
description: "Fail fast (if one job fails, all other are cancelled)"
type: boolean
default: true

permissions: {}

jobs:
create-prs:
runs-on: ubuntu-latest
strategy:
fail-fast: ${{ inputs.fail-fast }}
# If you add a new repository here, also add it to config/repositories.yaml
matrix:
repository:
Expand Down