You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Prevent PRs targetting the master branch (#650)
* chore: Prevent PRs targetting the master branch
* chore: Escape branch names
* chore: Checkout
* chore: Don't run on reopen (as you need to reopen to change the base branch)
run: gh pr comment ${{ github.event.pull_request.number }} --body "⚠️ Pull requests targetting the \`master\` branch are not allowed. Please update the base branch to \`next\`."
0 commit comments