Skip to content

Commit

Permalink
build: Trigger issue comment on weekly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Jul 16, 2024
1 parent 5df1818 commit c802d5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/add-weekly-gh-requests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create weekly issues
on:
schedule:
- cron: 0 14 * * 1
- cron: 0 11g * * 2
workflow_dispatch: {}

env:
Expand All @@ -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"

0 comments on commit c802d5b

Please sign in to comment.