Skip to content

There is no “View as” block for Staff like this was done for an outdated page #10

There is no “View as” block for Staff like this was done for an outdated page

There is no “View as” block for Staff like this was done for an outdated page #10

name: Add New Issues to Project
on:
issues:
types:
- opened
jobs:
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 }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
with:
# required, it's the numeric part of a github project url
# for example, https://github.com/orgs/openedx/projects/4 has PROJECT_NUMBER: 4
PROJECT_NUMBER: 23