Skip to content

Commit

Permalink
build: switch to new bot-based add-pr-to-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder authored and nedbat committed Feb 3, 2023
1 parent 0aa8869 commit 9f6fb77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Add New Items to Project
name: Add New Issues to Project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-item-to-project:
name: "Add item to project"
add-issue-to-project:
name: "Add issue to project"
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
secrets:
GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
Expand Down
2 changes: 2 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ metadata:
# names that might be interested in changes to the architecture of this
# component.
openedx.org/arch-interest-groups: ""
# This can be multiple comma-separated projects.
openedx.org/add-to-projects: "openedx:23"
spec:
type: 'service'
lifecycle: 'production'
Expand Down

0 comments on commit 9f6fb77

Please sign in to comment.