Skip to content

Commit

Permalink
Merge pull request #1242 from CVEProject/jd-fix-triage
Browse files Browse the repository at this point in the history
Updated issue triage action
  • Loading branch information
jdaigneau5 authored Jul 2, 2024
2 parents fb51e87 + d18aa8f commit b38f1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add New Issues to Issue Triage Board
uses: peter-evans/create-or-update-project-card@866533e2ae61f13c35fd1d374049713fab43c729 # current tag: v2
uses: peter-evans/create-or-update-project-card@c8dd07be1bd40c309aa3825fd6e83b33218b4abf # current tag: v3
with:
project-name: Issue Triage
column-name: Needs Triage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"populate-cve:int": "NODE_ENV=integration node src/scripts/populate-cve.js",
"populate-cve:prd": "NODE_ENV=production node src/scripts/populate-cve.js",
"start:dev": "node src/swagger.js && TZ=utc NODE_ENV=development node src/scripts/updateOpenapiHost.js && TZ=utc NODE_ENV=development node-dev src/index.js",
"dev": "node src/swagger.js && TZ=utc NODE_ENV=development node src/scripts/updateOpenapiHost.js && TZ=utc NODE_ENV=development node-dev src/index.js",
"start:stage": "node src/swagger.js && NODE_ENV=staging node src/scripts/updateOpenapiHost.js && NODE_ENV=staging node src/index.js",
"start:int": "node src/swagger.js && NODE_ENV=integration node src/scripts/updateOpenapiHost.js && NODE_ENV=integration node src/index.js",
"start:prdstg": "node src/swagger.js && NODE_ENV=production node src/scripts/updateOpenapiHost.js && NODE_ENV=production node src/index.js",
Expand Down

0 comments on commit b38f1b5

Please sign in to comment.