Updating apps to not include jscat caret #33
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: Add Pull Request to QA Project | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add to GitHub Project | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add to QA Project | |
uses: actions/[email protected] | |
with: | |
project-url: ${{ secrets.QA_PROJECT_URL }} | |
github-token: ${{ secrets.ADD_PRS_TO_QA_PROJECTS_TOKEN }} | |
labeled: '[qa] low priority, [qa] medium priority, [qa] high priority' | |
label-operator: OR |