Skip to content

Commit

Permalink
Dump context. This commit will be thrown away shortly...
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wong-dfinity-org committed Jan 7, 2025
1 parent 542a5ac commit ac0b8de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/governance_pull_request_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
retries: 3
script: |
// DO NOT MERGE
console.log("\n");
console.log("BEGIN context");
console.log(JSON.stringify(context, null, 2));
console.log("END context");
console.log("\n");
// nns-team is automatically added as a reviewer if an approval from
// nns-team is required. Therefore, this only skips posting a
// reminder when nns-team approval is not required.
Expand Down

0 comments on commit ac0b8de

Please sign in to comment.