Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Build changes for v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Jun 7, 2021
1 parent 3c3c0ea commit 4aac86a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Assign a Mozilla team member for diagnosis
steps:
- name: Assign Mozilla team member
uses: webcompat/[email protected].1
uses: webcompat/[email protected].2
```
In addition, make sure the configuration file (see below) exists.
Expand Down
9 changes: 0 additions & 9 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10429,15 +10429,6 @@ async function run() {
}

let assignee = Helpers.getWeightedRandomDiagnoser(availableDiagnosers);

console.log({
issue,
config,
requiredCapabilities,
availableDiagnosers,
assignee,
});

if (config.comment_instead_of_assigning) {
await GithubApi.leaveComment(client, repo, issue, assignee.username);
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diagnosis-loadbalancer",
"version": "1.0.1",
"version": "1.0.2",
"description": "A GitHub action assigning web-bugs in needsdiagnosis fairly accross Mozilla team members.",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 4aac86a

Please sign in to comment.