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"