doc: Add a page for conduit connector developers outlining best practices for writing unit tests #6
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 }} |