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
4 changes: 2 additions & 2 deletions .github/workflows/maintainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: false
default: "full"
type: choice
options: [full, pr-only, issue-only, upgrade-only, dry-run]
options: [full, pr-only, issue-only, upgrade, dry-run]

# Prevent concurrent caretaker runs so each run sees the up-to-date memory
# store written by the previous run.
Expand Down Expand Up @@ -180,4 +180,4 @@ jobs:
--config .github/maintainer/config.yml \
--mode self-heal \
--event-type workflow_run \
--event-payload "$CARETAKER_EVENT_PAYLOAD"
--event-payload "$CARETAKER_EVENT_PAYLOAD"
Loading