Skip to content

Releases: chrisgavin/gh-dispatch

0.1.1

26 Apr 15:16
3db1a8f
Compare
Choose a tag to compare

Changelog

  • 3db1a8f Merge pull request #37 from chrisgavin/dependabot/github_actions/actions/checkout-3.0.2
  • a258f65 Merge pull request #38 from chrisgavin/concise-map-syntax
  • 7767af8 Add support for concise map syntax.
  • b444f70 Bump actions/checkout from 3.0.0 to 3.0.2

0.1.0

16 Apr 11:33
da7d0a8
Compare
Choose a tag to compare

Changelog

  • da7d0a8 Merge pull request #33 from chrisgavin/safeexec-windows
  • 1b21375 Lookup path to gh safely on Windows.
  • 47c818b Merge pull request #32 from chrisgavin/remote-workflow
  • 6675991 Allow dispatching workflows in other repositories.
  • c614b4f Merge pull request #31 from chrisgavin/dont-search-workflows
  • 0f7375c Filter workflow runs locally rather than searching.
  • ca65e7d Merge pull request #30 from chrisgavin/invalid-default-values
  • d9113bb Ignore invalid default values.
  • 603f3ab Merge pull request #29 from chrisgavin/dependabot/github_actions/github/codeql-action-2.1.8
  • 8051662 Bump github/codeql-action from 2.1.6 to 2.1.8
  • c3d9445 Merge pull request #28 from chrisgavin/default
  • b4ed9a3 Add support for default values.
  • c79f050 Merge pull request #27 from chrisgavin/input-types
  • 7e6da2e Handle different workflow input types.
  • 1c8f8e5 Merge pull request #26 from chrisgavin/preserve-input-order
  • 8f64bcd Preserve order of inputs from original workflow.
  • cf699f5 Merge pull request #25 from chrisgavin/demo
  • db57c5c Add a demo video.
  • 7edb069 Merge pull request #23 from chrisgavin/add-workflow-test
  • dd84434 Add workflow parsing tests.
  • 2da9f5b Merge pull request #24 from chrisgavin/workflow-inputs-consistent-order
  • 7a6c3e9 Always prompt for workflow inputs in a consistent order.
  • 8291370 Merge pull request #22 from chrisgavin/no-random-order
  • 947dd8e Display workflow names in alphabetical order.

0.0.2

03 Apr 10:03
94ee93f
Compare
Choose a tag to compare

Changelog

  • 94ee93f Merge pull request #21 from chrisgavin/workflow-validation-warnings
  • b022ae2 Merge pull request #20 from chrisgavin/fix-workflow-name-prompt
  • 509a5d8 Make workflow validation more robust and report invalid workflows as warnings.
  • fe43f89 Fix workflow name prompt not working.
  • ff38a87 Merge pull request #17 from chrisgavin/input-arguments
  • 6176215 Allow providing inputs as arguments.
  • f3902d5 Merge pull request #16 from chrisgavin/workflow-name-argument
  • 9d1846e Accept workflow name as a positional argument.
  • 18c7e29 Merge pull request #15 from chrisgavin/current-user
  • 999ee6f Take the current user into account when filtering workflow runs.
  • 1d9ba3c Merge pull request #14 from chrisgavin/codeql-naming
  • 59a485b Update CodeQL workflow naming.
  • 8cbe066 Merge pull request #13 from chrisgavin/codeql-schedule
  • 60a82b2 Don't run CodeQL workflow on a schedule.
  • 1f20c52 Merge pull request #12 from chrisgavin/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.4
  • 38c02da Merge pull request #11 from chrisgavin/dependabot/github_actions/golangci/golangci-lint-action-3.1.0
  • 268cad8 Merge pull request #9 from chrisgavin/warn-uncommitted-changes
  • d61de44 Warn if there are uncommitted and unpushed changes.
  • cb5f6d9 Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4
  • cc0f423 Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0
  • e76bb79 Merge pull request #10 from chrisgavin/lock-action-versions
  • ce7da41 Lock GitHub Action versions and update with Dependabot.
  • 08817e9 Merge pull request #8 from chrisgavin/handle-differently-named-remotes
  • 0a0781b Handle branches that are named differently on the remote.
  • 576ea5d Merge pull request #3 from chrisgavin/watch
  • 9a08373 Watch workflows after starting them.
  • e5cf52a Merge pull request #2 from chrisgavin/fix-component-order
  • ec2405f Fix path component order.

0.0.1

27 Mar 19:49
0f9d5ae
Compare
Choose a tag to compare

Changelog