Releases page - Highlights from latest release (with benchmarks if possible) and links to previous releases #411
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: project | |
on: | |
issues: | |
types: [opened, transferred] | |
jobs: | |
add-to-project: | |
name: add issue | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/foundry-rs/projects/1 | |
github-token: ${{ secrets.GH_PROJECTS_TOKEN }} |