Skip to content

Commit

Permalink
undo changes to failing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmontville committed Oct 28, 2024
1 parent d23a06b commit 7977e87
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/add-pull-request-to-qa-template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add Pull Request to QA List
name: Add Pull Request to QA Project
on:
pull_request:
branches:
Expand All @@ -8,12 +8,13 @@ on:

jobs:
add-to-project:
name: Add to GitHub QA Project
name: Add to GitHub Project
runs-on: ubuntu-latest
steps:
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
- 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 7977e87

Please sign in to comment.