parse script: allow to set min, max TF id for rawtf output and max number of TFs per rawtf file via env variables #691
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: Collect and print async labels | |
| 'on': | |
| pull_request_target: | |
| types: | |
| - opened | |
| - reopened | |
| branches: | |
| - master | |
| permissions: {} | |
| jobs: | |
| list_async_labels: | |
| name: Collect and print async labels | |
| uses: alisw/ali-bot/.github/workflows/async-list-label.yml@master | |
| permissions: | |
| pull-requests: write # to update labels |