Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
build: Auto-add issues to Arch-BOM's project (#1184)
Browse files Browse the repository at this point in the history
As maintainers, we've been missing some issues that have been filed against
the repo. Hopefully this will fix that.

Ticket: edx/edx-arch-experiments#368
  • Loading branch information
timmc-edx authored Sep 21, 2023
1 parent f77842f commit be02dba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issues to appropriate GitHub Projects

on:
issues:
types:
- opened

jobs:
add_to_arch_bom_board:
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
secrets:
GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
with:
ORGANIZATION: edx
PROJECT_NUMBER: 11

0 comments on commit be02dba

Please sign in to comment.