mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #137] [MERGED] feat: automated submodule update #256
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#256
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/137
Author: @weibenz1
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @weibenz1
Base:
main← Head:feature-automated-botocore-update📝 Commits (1)
5cfca01feat: automated submodule update📊 Changes
1 file changed (+142 additions, -0 deletions)
View changed files
➕
.github/workflows/weekly_submodule_update.yml(+142 -0)📄 Description
Issue #, if available:
https://github.com/awslabs/iam-policy-autopilot/issues/63
Description of changes:
This PR implements the automated git submodule update. At high level, the workflow runs weekly on Sunday that does:
iam-policy-autopilotfrom pypi and get compiled boto3/botocore datahashNote: The auto update only checkout latest tags from both submodules, rather than just latest commit in the main branch - this is how we ensure it's latest released change.
Testing & Validation:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.