Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/hourly-pr-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
contents: write
id-token: write
pull-requests: write
uses: ContextualWisdomLab/.github/.github/workflows/pr-review-merge-scheduler.yml@f070c504c1cb06891b800d7ab0cf6ac7d3cf8eae
uses: ContextualWisdomLab/.github/.github/workflows/pr-review-merge-scheduler.yml@731af58e954901c4f1cc853231c592abb1eaf617
Comment thread
seonghobae marked this conversation as resolved.
2 changes: 1 addition & 1 deletion tests/quality/test_hourly_maintenance_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

REPOSITORY_ROOT = Path(__file__).resolve().parents[2]
CALLER_WORKFLOW = REPOSITORY_ROOT / ".github" / "workflows" / "hourly-pr-maintenance.yml"
CENTRAL_SCHEDULER_REVISION = "f070c504c1cb06891b800d7ab0cf6ac7d3cf8eae"
CENTRAL_SCHEDULER_REVISION = "731af58e954901c4f1cc853231c592abb1eaf617"


class HourlyMaintenanceCallerContractTests(unittest.TestCase):
Expand Down
Loading