Skip to content

Commit

Permalink
Merge pull request #984 from openedx/feanil/quarterly_repo_checks
Browse files Browse the repository at this point in the history
feat: Add a quarterly ticket to run repo-checks.py
  • Loading branch information
Feanil Patel authored Nov 27, 2023
2 parents 34fc6aa + c19eb1d commit a915a24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/add-quarterly-gh-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ jobs:
--title "Quarterly Audit of Github Users" \
--label "github-request" \
--body "It is time to perform the quartely audit of GitHub users in the \`openedx\` org. The playbook for performing the audit can be found [here](https://openedx.atlassian.net/wiki/spaces/COMM/pages/3438903337/On-call+Playbooks#%F0%9F%94%8D-Audit-Github-Users)."
- run: |
# Run repo-checks.py
gh issue create --repo "openedx/axim-engineering" \
--title "Quarterly repo-checks.py Run" \
--label "github-request" \
--body "It is time to perform the quartely run of \`repo-checks.py\` for the \`openedx\` org. Instructions for running the script can be found [here](https://github.com/openedx/repo-tools/tree/master/edx_repo_tools/repo_checks#usage)."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a915a24

Please sign in to comment.