Skip to content

Commit

Permalink
Merge pull request #116 from vshn/cruft/update
Browse files Browse the repository at this point in the history
New updates detected with Cruft
  • Loading branch information
Kidswiss authored Sep 2, 2024
2 parents 2874755 + c06c09b commit cd08529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/vshn/appcat-cookiecutter",
"commit": "19833377a5eee5414c3e384a22f0aa15290845bf",
"commit": "7bd23649c49d1d2d184be42ef0e77f8c006c9d9b",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd08529

Please sign in to comment.