Visiting cards tab of Graph Designer causes 500 errors to help template endpoint #1097
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 pipeline project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue to pipeline project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4 | |
with: | |
project-url: https://github.com/orgs/archesproject/projects/4 | |
github-token: ${{ secrets.CH_PROJECT_TOKEN }} |