docs: Add title for HTTP api docs #364
Workflow file for this run
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: Development project automations for pull requests | ||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - converted_to_draft | ||
| - ready_for_review | ||
| jobs: | ||
| call-workflow: | ||
| uses: EventStore/Automations/.github/workflows/development-project-automation.yml@master | ||
|
Check failure on line 13 in .github/workflows/server-development-pullrequests-workflow.yml
|
||
| with: | ||
| resource-node-id: ${{ github.event.pull_request.node_id }} | ||
| event-action: ${{ github.event.action }} | ||
| event-name: ${{ github.event_name }} | ||
| secrets: | ||
| project-number: ${{ secrets.SERVER_DEV_PROJECT_NUMBER }} | ||
| token: ${{ secrets.ORG_ACCESS_TOKEN }} | ||