⏫ Promoting release 2310301456000 to Stable channel #518
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: QA Label | |
on: | |
pull_request: | |
paths: | |
- 'configs/versions.json' | |
jobs: | |
qa-label: | |
if: startsWith(github.head_ref, 'promote-job-stable') || startsWith(github.head_ref, 'promote-job-beta-experimental-traffic') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v4 | |
with: | |
repo-token: ${{ secrets.ACCESS_TOKEN }} |