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

Commit be02dba

Browse files
authored
build: Auto-add issues to Arch-BOM's project (#1184)
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
1 parent f77842f commit be02dba

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add new issues to appropriate GitHub Projects
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add_to_arch_bom_board:
10+
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
11+
secrets:
12+
GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
13+
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
14+
with:
15+
ORGANIZATION: edx
16+
PROJECT_NUMBER: 11

0 commit comments

Comments
 (0)