mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #94] [CLOSED] feat: add boto3 and botocore automated dependency update github worklflows #234
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#234
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/94
Author: @hwei0
Created: 1/7/2026
Status: ❌ Closed
Base:
main← Head:main-action-dev📝 Commits (10+)
912c890feat: add version flag and submodule version+data info9f79162Merge branch 'main' of https://github.com/hwei0/iam-policy-autopilota6077d4refactor: address comments in PR#87869f80arefactor: fix clippyfbf5280fix: add openssl, libssl-dev dependenies to pr build workflow59b4b63fix: try to resolve build failure with openssl vendored https://github.com/cross-rs/cross/wiki/Recipes#openssl6af7ee6Merge branch 'awslabs:main' into main01b266brefactor: reset BTreeMap to HashMap in build.rs serde structs, add comments to structs in build.rsc4a739crefactor: reset to btreee03c285feat: add submodule dependency update github workflows📊 Changes
2 files changed (+448 additions, -0 deletions)
View changed files
➕
.github/workflows/submodule_update_pr.yml(+346 -0)➕
.github/workflows/sync_release_to_main.yml(+102 -0)📄 Description
Issue #, if available:
https://github.com/awslabs/iam-policy-autopilot/issues/63
Description of changes:
There are two workflows being added here:
submodule_update_pr.yml:This does the following, on a manual trigger or a cron basis:
iam-policy-autopilot --version --debugto get the corresponding data checksum.iam-policy-autopilot --version --debugto get the corresponding data checksum.sync_release_to_main.yml:The previous action only submits PR updates to the release branch. Once those submitted PRs are merged, we want another workflow to run, which merges that dependency update in the release branch, back to the main branch. This workflow does this by:
CUSTOM_GITHUB_ACTION_PATrepository secret in https://github.com/awslabs/iam-policy-autopilot/settings/secrets/actions.Two notes:
--version --debugfunctionality needed for this action.CUSTOM_GITHUB_ACTION_PATin https://github.com/awslabs/iam-policy-autopilot/settings/secrets/actions. This is needed for auto-approval action to work successfully.Example of successful PR runs:
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.