feat(api): auto-connect Flagsmith warehouse for new orgs via experimental_flags value #16926
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: Github Labeler | |
| on: | |
| - pull_request_target | |
| jobs: | |
| apply-labels: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| runs-on: depot-ubuntu-latest | |
| steps: | |
| - name: Run labeler | |
| uses: actions/labeler@v5 |