A continuing headache that we deal with on the AEP projects is managing the upgrade of API versions with each release. In order to eliminate the manual effort associated with this, I have proposed a manual GitHub action which can be ran which will update all API Versions in the project and submit a PR for those changes. As of right now, there is no scheduling or automated runs, but at the minimum this should help reduce the manual effort.
A continuing headache that we deal with on the AEP projects is managing the upgrade of API versions with each release. In order to eliminate the manual effort associated with this, I have proposed a manual GitHub action which can be ran which will update all API Versions in the project and submit a PR for those changes. As of right now, there is no scheduling or automated runs, but at the minimum this should help reduce the manual effort.
This change is