Skip to content

Releases: LouisBrunner/checks-action

v1.1.1

07 Nov 14:52
442ad22
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug where a workflow run with the pull_request trigger would not select the right SHA and checks wouldn't show correctly (#12)

v1.1.0

28 Sep 14:25
9f02872
Compare
Choose a tag to compare

This version allows more control around which repository and/or commit your action is creating Checks on:

  • Add optional repo input (e.g. myusername/myrepo) to create checks on that repository
  • Add optional sha input to create checks against that commit

Note that the provided token will need to have access to the given repo

v1.0.0

08 Sep 09:29
Compare
Choose a tag to compare

Changes included:

  • conclusion is now optional if status is not completed
  • Add a check_id so one can update a previous non-completed check (name is then optional)
  • Fix incorrect usage example
  • Add details_url which will be used if no actions or conclusion = action_required aren't provided

Initial release

01 Mar 11:09
Compare
Choose a tag to compare

Initial release

This action allows you to interact with the Check Runs API easily.

Issues

  • Action Required conclusion: button doesn't work
  • Action elements: button doesn't work
  • Non-completed status: too many arguments required