Skip to content

Commit

Permalink
score web defects
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd committed Feb 14, 2024
1 parent 91ee04b commit 049b0e3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/score-triaged-defects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,20 @@ jobs:
REPO_NAME: element-x-android
PROJECT_ID: PVT_kwDOAM0swc4ABTXY
PROJECT_FIELD_ID: PVTF_lADOAM0swc4ABTXYzgQaNqw

score-triaged-issue-web:
name: Score Web triaged defects
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install @octokit/action
- run: node .github/actions/score-triaged-defects.js
env:
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
REPO_OWNER: element-hq
REPO_NAME: element-web
PROJECT_ID: PVT_kwDOAM0swc4AcrZs
PROJECT_FIELD_ID: PVTF_lADOAM0swc4AcrZszgSjyX4

0 comments on commit 049b0e3

Please sign in to comment.