Skip to content

Releases: wescran/commit-issue-action

Version 2 Fix

02 Nov 22:08
b073713
Compare
Choose a tag to compare

Bug fix

Fixed breaking bug with #68 that caused whitespace in issue label argument to be used as separator for other arguments. I added double quotes around the input args to preserve the whitespace.

First release for action

15 Oct 23:11
95c3164
Compare
Choose a tag to compare

First release for commit-issue-action

  • Select the repository to look for commits to master branch
  • Select the repository to create the issue in
  • Write labels to use for issue if commit is found

Current release runs on a schedule of every hour. The action therefore looks for commits in the previous hour. IF you wish to change this, make changes to the schedule in the workflow. Then edit the date syntax in the get_commits.sh script to scan for a specific time range.