Skip to content

Commit

Permalink
[skip ci] The final fix to issue triage automation (#1335)
Browse files Browse the repository at this point in the history
OK, we aren't done yet. First, we started with #1303 to resolve #1302. AJ thought he "fixed it" with c09ec10 then Dave rightfully noticed he had only fixed the board removal job, not creation when adding it in c09ec10. Subsequently, AJ realized that the necessary column should be "Needs Triage" and not "To do" from his test repo. So, we will make sure we fix up the last copy-paste error once and for all.
  • Loading branch information
aj-stein-nist authored Jul 5, 2022
1 parent 9d10d12 commit 08d06d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: peter-evans/create-or-update-project-card@866533e2ae61f13c35fd1d374049713fab43c729 # current tag: v2
with:
project-name: Issue Triage
column-name: To do
column-name: Needs Triage
removeCard:
runs-on: ubuntu-latest
if: github.event.action == 'closed'
Expand Down

0 comments on commit 08d06d9

Please sign in to comment.