feat: Optional RenderManager #20
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
# This workflow is triggered when a pull request opened, edited, reopened, | ||
# converted_to_draft and ready_for_review. | ||
# | ||
# There is no WIP in the title, there is no WIP label and the pull request is not a draft the | ||
# new pull request label is added. | ||
# If either of these is true then remove the label new pull request if there is one. | ||
name: Pull-request tracking | ||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
- reopened | ||
- converted_to_draft | ||
- ready_for_review | ||
jobs: | ||
pull_request: | ||
uses: surfstudio/flutter-ci-workflows/.github/workflows/new_pull_request_label.yml@main | ||
Check failure on line 20 in .github/workflows/new_pull_request_main_actions.yml GitHub Actions / .github/workflows/new_pull_request_main_actions.ymlInvalid workflow file
|
||
secrets: | ||
SECRET_ISSUES: ${{ secrets.SECRET_ISSUES }} |