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
Do not use this extension to push PR's up to Oqtane.Docs or the Oqtane.Framework repositories as it will push potentially 100's of emails to all watching. The issue I had experienced was i combination with using Visual Studio Code Codespaces linked to a branch in my fork.
When creating the pull request all your changes as small as they may be get logged and instead of just 1 PR message going to everyone, each change is a "commit" and each commit is pushed out as an email... resulting in 100's of emails to everyone but you ;)
Using the git add . then git commit -m "My Commit Message" and then git push did limit this to 1 commit message which freaked everyone out.
I just thought I would explain this in further detail after the notification of the issue at the dev meeting today.
I think it maybe OK to use Codespaces, just use the 'git' commands to create the PR and push commits to it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Do not use this extension to push PR's up to Oqtane.Docs or the Oqtane.Framework repositories as it will push potentially 100's of emails to all watching. The issue I had experienced was i combination with using Visual Studio Code Codespaces linked to a branch in my fork.
When creating the pull request all your changes as small as they may be get logged and instead of just 1 PR message going to everyone, each change is a "commit" and each commit is pushed out as an email... resulting in 100's of emails to everyone but you ;)
Using the
git add .thengit commit -m "My Commit Message"and thengit pushdid limit this to 1 commit message which freaked everyone out.I just thought I would explain this in further detail after the notification of the issue at the dev meeting today.
I think it maybe OK to use Codespaces, just use the 'git' commands to create the PR and push commits to it.
Unless all the last commits also had 20 emails?
For example if I create one here look:
Beta Was this translation helpful? Give feedback.
All reactions