⏫ Promoting release 2311082010000 to Beta/Experimental opt-in channel #517
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 }} |