Skip to content

0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 10:03
· 292 commits to master since this release
94ee93f

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.