docs: Refactor instructions for installing FlowFuse on self-hosted environment using docker #1633
Workflow file for this run
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: Update Issue Status | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- converted_to_draft | |
- ready_for_review | |
jobs: | |
update_issue_status: | |
uses: flowfuse/.github/.github/workflows/record-in-review.yml@main | |
secrets: | |
PROJECT_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} |