diff --git a/.cruft.json b/.cruft.json index 1e6e0fe..e6b359e 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/vshn/appcat-cookiecutter", - "commit": "177c050321535d6b35d1942c2a58ab402aea2486", + "commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/cruft-update.yml b/.github/workflows/cruft-update.yml index 41e51b4..8f68d18 100644 --- a/.github/workflows/cruft-update.yml +++ b/.github/workflows/cruft-update.yml @@ -72,7 +72,7 @@ jobs: branch: ${{ matrix.branch }} delete-branch: true title: ${{ matrix.title }} - labels: dependencies + labels: dependency body: | This is an autogenerated PR. ${{ matrix.body }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fd36fae..7be5052 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,dependencies + one_of: major,minor,patch,documentation,dependency repo_token: ${{ secrets.GITHUB_TOKEN }} publish-branch-images: if: github.event.action != 'closed' @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check for patch label - if: contains(github.event.pull_request.labels.*.name, 'patch') || contains(github.event.pull_request.labels.*.name, 'dependencies') || contains(github.event.pull_request.labels.*.name, 'documentation') + if: contains(github.event.pull_request.labels.*.name, 'patch') || contains(github.event.pull_request.labels.*.name, 'dependency') || contains(github.event.pull_request.labels.*.name, 'documentation') id: patch run: | echo "set=true" >> $GITHUB_OUTPUT