Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/set-requires-testing-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
PR_NUMBER_COLUMN: "O"
REPO_COLUMN: "B"
STATUS_COLUMN: "D"
WORKSHEET_TITLE: "Dev QA"
WORKSHEET_TITLE: ${{ inputs.worksheet_title }}
- name: find_matching_row
if: inputs.pr_number != ''
id: find_matching_row
Expand All @@ -77,7 +77,7 @@ jobs:
[
{ "command": "updateData",
"args": {
"worksheetTitle": "$WORKSHEET_TITLE",
"worksheetTitle": ${{ env.WORKSHEET_TITLE }},
"range": "${{ env.STATUS_COLUMN }}${{steps.find_matching_row.outputs.ROW_NUMBER }}",
"data":[["REQUIRES TESTING"]]
}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- Add `append-testing-sheet-entry.yml` action
- Add PR number to data inserted in `append-testing-sheet-entry.yml`
- Use PR number to match rows in `set-requires-testing-status.yml`

- Fix worksheetTitle values in `set-requires-testing-status.yml`