Skip to content

Commit

Permalink
ci: use openedx reusable workflow to add to apollo project
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 26, 2024
1 parent f111521 commit 50d37fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/add_issues_prs_to_dedalo_project.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/add_to_apollo_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues and PRs to the Apollo project

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
add-to-project:
name: Add to Apollo project
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
secrets:
GITHUB_APP_ID: ${{ vars.APOLLO_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.APOLLO_APP_SECRET }}
with:
ORGANIZATION: eduNEXT
PROJECT_NUMBER: 1

0 comments on commit 50d37fc

Please sign in to comment.