-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add source_pr_number
input
#434
Merged
korthout
merged 8 commits into
korthout:main
from
chancez:pr/chancez/workflow_dispatch_support
Aug 21, 2024
Merged
Add source_pr_number
input
#434
korthout
merged 8 commits into
korthout:main
from
chancez:pr/chancez/workflow_dispatch_support
Aug 21, 2024
Commits on Jul 25, 2024
-
Add source_pr_number input for use with workflow_dispatch events.
Fixes korthout#433 Signed-off-by: Chance Zibolski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eddb81c - Browse repository at this point
Copy the full SHA eddb81cView commit details
Commits on Aug 21, 2024
-
docs: sort inputs alphabetically
Currently the inputs are ordered alphabetically (I know underscores aren't actually part of the alphabet). So, let's maintain this ordering.
Configuration menu - View commit details
-
Copy full SHA for f6b4356 - Browse repository at this point
Copy the full SHA f6b4356View commit details -
docs: clarify source_pr_number input behavior
Note that this is not specific to the workflow_dispatch event type. It should also work for other event types.
Configuration menu - View commit details
-
Copy full SHA for a5011fa - Browse repository at this point
Copy the full SHA a5011faView commit details -
feat: remove event type restriction
As far as I can see, there is no reason to limit the source_pr_number input only to usage with workflow_dispatch events. Other workflows may also benefit from this input if they want to specify the pull request.
Configuration menu - View commit details
-
Copy full SHA for cacb018 - Browse repository at this point
Copy the full SHA cacb018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd861c - Browse repository at this point
Copy the full SHA 0dd861cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0000171 - Browse repository at this point
Copy the full SHA 0000171View commit details -
Configuration menu - View commit details
-
Copy full SHA for f525c01 - Browse repository at this point
Copy the full SHA f525c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1878b - Browse repository at this point
Copy the full SHA bb1878bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.