From 3ec532611603d38ee48d27160991c64e5c930fb6 Mon Sep 17 00:00:00 2001 From: abikouo Date: Mon, 13 Mar 2023 11:32:57 +0100 Subject: [PATCH 1/2] update collection version from galaxy.yml --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 79d0f879984..87b9c0154a4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: amazon name: aws -version: 6.0.0-dev0 +version: 6.2.0-dev0 readme: README.md authors: - Ansible (https://github.com/ansible) From 785b367031a5a3bbf1036474caeeb57a0013fe0a Mon Sep 17 00:00:00 2001 From: abikouo Date: Mon, 13 Mar 2023 15:42:27 +0100 Subject: [PATCH 2/2] add workflow --- .github/workflows/aws-user-agent.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/aws-user-agent.yml diff --git a/.github/workflows/aws-user-agent.yml b/.github/workflows/aws-user-agent.yml new file mode 100644 index 00000000000..763ebb093ac --- /dev/null +++ b/.github/workflows/aws-user-agent.yml @@ -0,0 +1,24 @@ +--- +name: Update aws user-agent variable + +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + +on: + pull_request: + types: + - opened + - reopened + - labeled + - unlabeled + - synchronize + branches: + - main + - stable-* + tags: + - '*' + +jobs: + aws-user-agent: + uses: abikouo/github_actions/.github/workflows/update_aws_user_agent.yml@main \ No newline at end of file