diff --git a/.cruft.json b/.cruft.json index a14abc9a..67f6cef3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/KennethEnevoldsen/swift-python-cookiecutter", - "commit": "e96eb05162a0e45a8ad5aa446c72229372e79cdb", + "commit": "e02068889310225ea4f65ea0b203c2949e1597a9", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f2a0283..cc2ffc80 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ # GitHub action to run linting -name: run linting +name: run-linting on: pull_request: diff --git a/.github/workflows/stalebot.yml b/.github/workflows/stalebot.yml index 65d28d5c..9bd9ee89 100644 --- a/.github/workflows/stalebot.yml +++ b/.github/workflows/stalebot.yml @@ -20,4 +20,5 @@ jobs: close-pr-message: "This PR was closed automatically. Feel free to re-open it if you still want to work on it." close-pr-label: "closed-by-stalebot" operations-per-run: 20 - exempt-pr-labels: "dependencies,bot" + exempt-pr-labels: "no-stale" + exempt-issue-labels: "no-stale" \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7237cfe6..8f75434a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Here is a list of important resources for contributors: [Apache-2.0 license]: https://opensource.org/license/apache-2-0/ [source code]: https://github.com/centre-for-humanities-computing/dacy -[documentation]: https://dacy.readthedocs.io/ +[documentation]: https://centre-for-humanities-computing.github.io/dacy/index.html [issue tracker]: https://github.com/centre-for-humanities-computing/dacy/issues ## How to report a bug diff --git a/makefile b/makefile index 47bb8bed..ac7e8164 100644 --- a/makefile +++ b/makefile @@ -36,5 +36,5 @@ view-docs: update-from-template: @echo "--- 🔄 Updating from template ---" @echo "This will update the project from the template, make sure to resolve any .rej files" - cruft update + cruft update --skip-apply-ask