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
console.log('PR not owned by filamentphp and does not have maintainer edits enabled')
50
53
51
-
await github.issues.createComment({
54
+
await github.rest.issues.createComment({
52
55
issue_number: pullNumber,
53
56
owner: 'filamentphp',
54
57
repo: 'filament',
55
58
body: 'Thanks for submitting a PR!\n\nIn order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. If your fork belongs to a GitHub organization, please move the repository to your personal account and try again. If you\'re already using a personal fork, you can learn how to enable maintainer access [in the GitHub documentation](https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork).'
0 commit comments