feat: Proxy resolver does not currently support Cairo1 ABIs Error #2073 #798
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: Auto Assign issue to Project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-20.04 | |
name: Assign to Project | |
steps: | |
- name: Assign new issues to the project board | |
uses: actions/add-to-project@v0.1.0 | |
with: | |
project-url: https://github.com/orgs/software-mansion/projects/2 | |
github-token: ${{ secrets.PROTOSTAR_GITHUB_TOKEN }} |