diff --git a/.github/workflows/release_note.yml b/.github/workflows/release_note.yml new file mode 100644 index 0000000000..2bbf103820 --- /dev/null +++ b/.github/workflows/release_note.yml @@ -0,0 +1,8 @@ +on: + schedule: + - cron: "0 0 1 * *" + workflow_dispatch: + +jobs: + release_note: + uses: mozilla/hubs-ops/.github/workflows/changelog.yml@feature/changelog