You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a new offering from AWS?
N/A
Is your request related to a problem? Please describe.
Each repository has five workflow codes(e.g. lock.yml, pr-title.yml, etc.). These workflows consist of the same code. If the workflow requirements change, the workflow for each repository must be changed individually. This makes maintenance difficult and can lead to human error.
Describe the solution you'd like.
By abstracting into reusable workflows, we can simplify redundant workflows.
Is your request related to a new offering from AWS?
N/A
Is your request related to a problem? Please describe.
Each repository has five workflow codes(e.g.
lock.yml
,pr-title.yml
, etc.). These workflows consist of the same code. If the workflow requirements change, the workflow for each repository must be changed individually. This makes maintenance difficult and can lead to human error.Describe the solution you'd like.
By abstracting into reusable workflows, we can simplify redundant workflows.
Example
Example code
terraform-aws-modules/.github/.github/workflow-templates/lock.yml
:terraform-aws-modules/terraform-aws-vpc/.github/workflows/lock.yml
:References
Describe alternatives you've considered.
N/A
Additional context
If there's nothing wrong with this issue, can I work on it?
The text was updated successfully, but these errors were encountered: