Skip to content
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
merged 8 commits into from
Aug 21, 2024

Commits on Jul 25, 2024

  1. Add source_pr_number input for use with workflow_dispatch events.

    Fixes korthout#433
    
    Signed-off-by: Chance Zibolski <[email protected]>
    chancez committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    eddb81c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. 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.
    korthout committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f6b4356 View commit details
    Browse the repository at this point in the history
  2. 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.
    korthout committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a5011fa View commit details
    Browse the repository at this point in the history
  3. 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.
    korthout committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cacb018 View commit details
    Browse the repository at this point in the history
  4. dist: build new version

    korthout committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0dd861c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0000171 View commit details
    Browse the repository at this point in the history
  6. dist: build new version

    korthout committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f525c01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb1878b View commit details
    Browse the repository at this point in the history