Skip to content

Revert "chore(scripts/release): log to understand what is going on" #14227

Revert "chore(scripts/release): log to understand what is going on"

Revert "chore(scripts/release): log to understand what is going on" #14227

name: PR Needs Rebase
on:
push:
pull_request_target:
types: [synchronize]
permissions:
contents: read
pull-requests: write # To add labels and comment on PRs
jobs:
idle:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
with:
target-repo: "mdn/browser-compat-data"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}