Error when running autogenerated spec tests w/ exec-fn #210
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: Add new pr or issue to project board | |
on: | |
issues: {types: [opened]} | |
pull_request: {types: [opened]} | |
jobs: | |
add-to-project: | |
uses: lambdaisland/open-source/.github/workflows/add-to-project-board.yml@main | |
secrets: inherit | |