Make it easier to work with schema extraction in acceptance tests #44
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: project-management | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
project-mgmt: | |
uses: ConduitIO/automation/.github/workflows/project-automation.yml@main | |
secrets: | |
project-automation-token: ${{ secrets.PROJECT_AUTOMATION }} |