Smart Contracts - Standardize ERC20FeeProxy and EthereumFeeProxy platform fee behavior #5
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 Project | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| add-to-project: | |
| uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main | |
| secrets: | |
| PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} |