Below you will find pages that utilize the taxonomy term “tiangolo”
November 17, 2024
Tiangolos Latest Changes
Version updated for tiangolo/latest-changes to version 0.3.2.
This action is used across all versions by 220 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Features ✨ Prevent CI workflows from running on a latest changes commit, add [skip ci] to commit message. PR #76 by @patrick91. Refactors ♻️ Refactor usage of internal number_of_trials variable, it was not being used, fix typo. PR #75 by @nghiahsgs. Docs 📝 Tweak and fix tag to use.
August 26, 2024
Tiangolos Latest Changes
Version updated for tiangolo/latest-changes to version 0.3.1.
This action is used across all versions by 41 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Now you can (and should) use the native GitHub Action directly, as in:
... - uses: tiangolo/latest-changes@0.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} instead of using the Docker image:
... - uses: docker://tiangolo/latest-changes:0.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} This way, Dependabot will be able to send you PRs updating the version automatically.
November 4, 2023
Tiangolos Latest Changes
Version updated for tiangolo/latest-changes to version 0.2.1.
This action is used across all versions by 17 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixes 🐛 Detect if there’s a second level header after the release content, to support the first change in a README with a last section for a license. PR #59 by @tiangolo.
November 3, 2023
Tiangolos Latest Changes
Version updated for tiangolo/latest-changes to version 0.1.1.
This action is used across all versions by 15 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixes 🐛 Fix handling multiple section headers. PR #57 by @tiangolo. Upgrades ⬆ Update httpx requirement from <0.16.0,>=0.15.5 to >=0.15.5,<0.26.0. PR #54 by @dependabot[bot]. Docs ✏️ Fix typo in syntax for using the GitHub Action tag directly (instead of with Docker) in README.