diff --git a/.cruft.json b/.cruft.json index 9faea35..93fbf6c 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/vshn/appcat-cookiecutter", - "commit": "19833377a5eee5414c3e384a22f0aa15290845bf", + "commit": "7bd23649c49d1d2d184be42ef0e77f8c006c9d9b", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3487368..fd36fae 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: docker://agilepathway/pull-request-label-checker:v1.6.51 with: - one_of: major,minor,patch,documentation,dependency + one_of: major,minor,patch,documentation,dependencies repo_token: ${{ secrets.GITHUB_TOKEN }} publish-branch-images: if: github.event.action != 'closed' @@ -174,7 +174,7 @@ jobs: major_ver="${major_ver:1}" # Check for patch label - [ ! -z "$bug" ] && [ -z "$minor" ] && [ -z "$major" ] && ((patch_ver++)) || true + [ ! -z "$patch" ] && [ -z "$minor" ] && [ -z "$major" ] && ((patch_ver++)) || true # check for minor label if [ ! -z "$minor" ] && [ -z "$major" ]; then