Confused with pull requests #86764
Replies: 3 comments 2 replies
-
Hello t sounds like you could be experiencing a difference in the setup between the two repositories. Repository Settings: Make sure the repository settings are configured correctly. Check if notifications are enabled for the repository. If branch protection rules are set up on your repository, make sure you are following them. It's possible that your changes require approval or some checks before a pull request can be opened. Verify that you are pushing your changes to the correct branch. If you are working on a specific branch, make sure your changes are committed and pushed to that branch. Check your GitHub notification settings to ensure that email notifications are configured correctly. You can customize your notification preferences in the GitHub settings. If you have GitHub Actions or other CI/CD workflows set up in your repository, make sure they are completing successfully. Failures in these workflows could prevent pull requests from being created. To isolate the issue, you could create a separate GitHub account and fork your repository. Make changes using the new account, and see if notifications work as expected. Check if your browser notifications for GitHub are enabled. Sometimes, notifications can be sent through the browser. If you are expecting mobile app notifications, ensure that you have the GitHub mobile app installed and that your notification settings within the app are configured correctly. |
Beta Was this translation helpful? Give feedback.
-
Hm I think you may not have set up the necessary notifications for your second repository. I think You can go to the repository settings and check the notification options to ensure that you are set to receive notifications for pull requests and other activities or just check email settings in repository u can set user email of this project I think reviewing these settings, you should be able to ensure that you receive the appropriate notifications for your second repository. If you continue to experience issues, consider reaching out to GitHub support for further assistance. :) |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I recently completed https://github.com/GitwithAbba/first-contributions however, when I created 2nd repo testing this out myself with a JS file I had open, I noticed that after making changes and pushing, I don't get any notifications via email or mobile app. When I go into the branch and click on "contribute" then I see an option to open pull request which is unlike when I did the "first contribution" which has a pop up clearly showing there was a pull request to tend to along with notification via email and mobile notification. What am I doing wrong here or not understanding?
Beta Was this translation helpful? Give feedback.
All reactions