There is no “View as” block for Staff like this was done for an outdated page #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |