Add host pop-up on node id link #2
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: Auto-add to GitHub Project | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| auto-add: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Add to project | |
| uses: github/add-to-project@v1 | |
| with: | |
| github-token: ${{ secrets.YDBOT_TOKEN }} | |
| project-url: https://github.com/orgs/ydb-platform/projects/24 |