GPU RTC: Check that current compiler versions are the same as those used to create RTC code in cache #6100
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: Apply requested async label | |
| 'on': | |
| issue_comment: | |
| types: | |
| - created | |
| - edited | |
| permissions: {} | |
| jobs: | |
| apply_async_labels: | |
| name: Apply requested async label | |
| uses: alisw/ali-bot/.github/workflows/async-auto-label.yml@master | |
| permissions: | |
| pull-requests: write # to update labels |