Blocked due to plan-no-user-seats-available

Receiving this error immediately when the workflow starts, but only when the workflow starts as a result of the Renovate bot creating a pull request. When a regular user creates a pull request this error does not happen. Any suggestions?

Also worth noting that we pay for 4x parallelism (not the free plan).

#!/bin/sh -eo pipefail
# Blocked due to plan-no-user-seats-available
# 
# -------
# Warning: This configuration was auto-generated to show you the message above.
# Don't rerun this job. Rerunning will have no effect.
false
Exited with code 1

Update: this randomly stopped happening and builds started working again.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.