Skip to content

build: Trigger issue comment on weekly workflow #20

build: Trigger issue comment on weekly workflow

build: Trigger issue comment on weekly workflow #20

name: Create weekly issues

Check failure on line 1 in .github/workflows/add-weekly-gh-requests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add-weekly-gh-requests.yml

Invalid workflow file

invalid `cron` attribute "0 11g * * 2"
on:
schedule:
- cron: 0 11g * * 2
workflow_dispatch: {}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORGANIZATION: openedx
jobs:
create_issue:
name: Create weekly issues
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: |
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."
gh issue comment "$new_issue_url" \
--body "@openedx/axim-oncall heads up on this request"