diff --git a/.github/workflows/automation-changenote.yml b/.github/workflows/automation-changenote.yml new file mode 100644 index 000000000..b55d4fde8 --- /dev/null +++ b/.github/workflows/automation-changenote.yml @@ -0,0 +1,16 @@ +name: Automation Change Note + +####### +# Adds a changenote to PRs from automation such as Dependabot. +####### + +on: + push: + branches: + - 'dependabot/**' + +jobs: + changenote: + name: Automation Change Note + uses: beeware/.github/.github/workflows/automation-changenote.yml@main + secrets: inherit diff --git a/.github/workflows/dependabot-changenote.yml b/.github/workflows/dependabot-changenote.yml deleted file mode 100644 index 17848bc9e..000000000 --- a/.github/workflows/dependabot-changenote.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Dependabot Change Note - -on: - push: - branches: - - 'dependabot/**' - -jobs: - changenote: - name: Dependabot Change Note - uses: beeware/.github/.github/workflows/dependabot-changenote.yml@main - secrets: inherit diff --git a/changes/87.misc.rst b/changes/87.misc.rst new file mode 100644 index 000000000..a33d9b4ac --- /dev/null +++ b/changes/87.misc.rst @@ -0,0 +1 @@ +The GitHub workflow to add a changenote to Dependabot PRs now accommodates PRs from additional automation.