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
For example I have requirements.txt and requirements-dev.txt. I want to group updates to requirements-dev.txt into a single PR, but leave updates to requirements.txt separate.
In essence, I'd like to write something like this:
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.
-
For example I have
requirements.txtandrequirements-dev.txt. I want to group updates torequirements-dev.txtinto a single PR, but leave updates torequirements.txtseparate.In essence, I'd like to write something like this:
But this fails with the following error:
Is there a good way to do this?
Beta Was this translation helpful? Give feedback.
All reactions