Fix incorrect syntax in Github action configuration (#25918)
1 files changed, 1 insertions(+), 1 deletions(-) M .github/workflows/rebase-needed.yml
M .github/workflows/rebase-needed.yml => .github/workflows/rebase-needed.yml +1 -1
@@ 2,7 2,7 @@ name: PR Needs Rebase on: schedule: - cron: '0 * * * *' + - cron: '0 * * * *' permissions: pull-requests: write