Users who aren't project owners have no action buttons for code-generated session launchers #1426
This file contains hidden or 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 Issues to triage | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| add_to_project: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Add to triage board | |
| uses: actions/add-to-project@main | |
| with: | |
| project-url: https://github.com/orgs/SwissDataScienceCenter/projects/51 | |
| github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} | |
| labeled: status/triage |