Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release-v1.3.7' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jan 7, 2022
2 parents 0366fde + 9b4f239 commit 05a3636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# v1.3.7 (2022-01-05)

[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v1.3.6...v1.3.7)
* [#761](https://github.com/mozilla-rally/rally-core-addon/pull/761): Add consent form for the CITP Search Study extension
* [#761](https://github.com/mozilla-rally/rally-core-addon/pull/761): Add consent form for the CITP Search Study extension.
* [#764](https://github.com/mozilla-rally/rally-core-addon/pull/764): Re-use consent form for news-disinfo study relaunch.

# v1.3.6 (2021-12-08)

Expand Down
1 change: 1 addition & 0 deletions src/routes/irbs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export default {
"[email protected]": StanfordBeyondThePaywallIRB,
"[email protected]": FacebookPixelHuntConsent,
"[email protected]": PrincetonSearchUsageIRB,
"[email protected]": PrincetonCovidDisinformationIRB,
}

1 comment on commit 05a3636

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-rally/rally-core-addon:tag:v1.3.7","queue:route:checks","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

assume:repo:github.com/mozilla-rally/rally-core-addon:branch:v1.3.7

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "assume:repo:github.com/mozilla-rally/rally-core-addon:branch:v1.3.7",
    "queue:route:checks",
    "queue:route:index.xpi.v2.rally-core-addon.revision.05a3636a6e5c4134d6eff9577358d626da922e6d.taskgraph.decision",
    "queue:create-task:project:none",
    "queue:scheduler-id:xpi-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:xpi-1/decision",
        "queue:create-task:very-high:xpi-1/decision",
        "queue:create-task:high:xpi-1/decision",
        "queue:create-task:medium:xpi-1/decision",
        "queue:create-task:low:xpi-1/decision",
        "queue:create-task:very-low:xpi-1/decision",
        "queue:create-task:lowest:xpi-1/decision"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2022-01-07T05:12:54.710Z

Please sign in to comment.