Skip to content

Commit

Permalink
Merge branch 'main' into dep/update-mep-1.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
richford authored Oct 28, 2024
2 parents 5ca3e0b + 66ef399 commit 319ba7c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-pull-request-to-qa-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit 319ba7c

Please sign in to comment.