Skip to content

Create weekly issues #19

Create weekly issues

Create weekly issues #19

name: Create weekly issues
on:
schedule:
- cron: 0 14 * * 1
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 "@openedx/axim-oncall Go through [new discourse introductions](https://discuss.openedx.org/c/community/introductions/18) and welcome new people to the community."