Skip to content

Commit

Permalink
build: Update weekly workflow to add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Jul 16, 2024
1 parent 27bf13d commit 712a91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 11 * * 2
- cron: 0 12 * * 2
workflow_dispatch: {}

env:
Expand All @@ -16,11 +16,11 @@ jobs:
issues: write
steps:
- run: |
gh issue create --repo "openedx/axim-engineering" \
new_issue_url=$(gh issue create --repo "openedx/axim-engineering" \
--title "Welcome new discourse members" \
--label "github-request" \
--body "Go through [new discourse
introductions](https://discuss.openedx.org/c/community/introductions/18)
and welcome new people to the community."
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 712a91c

Please sign in to comment.