From ab597a4a2c938f383b38c8a4d0ee708ba28fe69f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 30 Mar 2024 09:34:50 -0400 Subject: [PATCH] Add link to blog entry on efficient use of CI resources. Closes jaraco/skeleton#115. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index a1f03cdc..553e0adb 100644 --- a/index.md +++ b/index.md @@ -163,7 +163,7 @@ Features include: - automated releases of tagged commits - [automatic merging of PRs](https://github.com/marketplace/actions/merge-pull-requests) (requires [protecting branches with required status checks](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks), [not possible through API](https://github.community/t/set-all-status-checks-to-be-required-as-branch-protection-using-the-github-api/119493)) - [unpinned actions](https://github.com/pypa/setuptools/issues/4025) - +- [efficient resource consumption](https://blog.jaraco.com/efficient-use-of-ci-resources/) ### Continuous Deployments