Easy Invoice - Invoice Me link fails to open the invoice creation page #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 }} |