From 60fe57ad421711e27afbd9f1b4976b2ada63cd72 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 3 Oct 2022 11:45:38 +0100 Subject: [PATCH 1/2] Change dependabot CL suffix --- .github/workflows/dependabot_changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_changelog.yml b/.github/workflows/dependabot_changelog.yml index 9fef12a91c1e..e28bd56b34d4 100644 --- a/.github/workflows/dependabot_changelog.yml +++ b/.github/workflows/dependabot_changelog.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Write, commit and push changelog run: | - echo "${{ github.event.pull_request.title }}." > "changelog.d/${{ github.event.pull_request.number }}".docker + echo "${{ github.event.pull_request.title }}." > "changelog.d/${{ github.event.pull_request.number }}".misc git add changelog.d git config user.email "github-actions[bot]@users.noreply.github.com" git config user.name "GitHub Actions" From 37de2357bb2a2af3d4b67268c0502329a7338b56 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 3 Oct 2022 11:46:44 +0100 Subject: [PATCH 2/2] Changelog --- changelog.d/14011.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/14011.misc diff --git a/changelog.d/14011.misc b/changelog.d/14011.misc new file mode 100644 index 000000000000..7d793b56e0ee --- /dev/null +++ b/changelog.d/14011.misc @@ -0,0 +1 @@ +Prototype a workflow to automatically add changelogs to dependabot PRs.