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
Copy file name to clipboardExpand all lines: .github/workflows/close-org-prs.yml
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,6 @@ jobs:
39
39
owner: context.repo.owner,
40
40
repo: context.repo.repo,
41
41
issue_number: pr.number,
42
-
body: "We don't allow pull requests from organization accounts. This PR has been closed."
43
-
});
44
-
// Lock the conversation
45
-
await github.rest.issues.lock({
46
-
owner: context.repo.owner,
47
-
repo: context.repo.repo,
48
-
issue_number: pr.number,
49
-
lock_reason: 'spam'
42
+
body: "Please don't open PRs from a fork owned by a different organization rather than your account. It causes GitHub to disable the ability for maintainers to push changes, so we can't update this to prepare it for merge."
0 commit comments