From c802d5b6dd7d43cb6666a483d63e52b312c130f5 Mon Sep 17 00:00:00 2001 From: sarina Date: Tue, 16 Jul 2024 06:21:56 -0400 Subject: [PATCH] build: Trigger issue comment on weekly workflow --- .github/workflows/add-weekly-gh-requests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-weekly-gh-requests.yml b/.github/workflows/add-weekly-gh-requests.yml index a38ac2c..3873dfe 100644 --- a/.github/workflows/add-weekly-gh-requests.yml +++ b/.github/workflows/add-weekly-gh-requests.yml @@ -1,7 +1,7 @@ name: Create weekly issues on: schedule: - - cron: 0 14 * * 1 + - cron: 0 11g * * 2 workflow_dispatch: {} env: @@ -19,4 +19,8 @@ jobs: gh issue create --repo "openedx/axim-engineering" \ --title "Welcome new discourse members" \ --label "github-request" \ - --body "@openedx/axim-oncall Go through [new discourse introductions](https://discuss.openedx.org/c/community/introductions/18) and welcome new people to the community." + --body "Go through [new discourse + introductions](https://discuss.openedx.org/c/community/introductions/18) + and welcome new people to the community." + gh issue comment "$new_issue_url" \ + --body "@openedx/axim-oncall heads up on this request"