diff --git a/README.md b/README.md index ad03ad9..05afef6 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ See the official [docs for deployment](https://probot.github.io/docs/deployment/ - Repository contents - **Read-only** - [x] Check the box for **Push** events - Repository projects - **Read & Write** + - [x] Check the box for **Project for repository projects** events + - Organization projects - **Read-only** + - [x] Check the box for **Project for organization projects** events - Single File - **Read-only** - Path: `.github/github-bot.yml` 1. Generate a private key pass and save it. diff --git a/scripts/assign-to-bounty-awaiting-for-approval.js b/scripts/assign-to-bounty-awaiting-for-approval.js index 307b016..2e04ff7 100644 --- a/scripts/assign-to-bounty-awaiting-for-approval.js +++ b/scripts/assign-to-bounty-awaiting-for-approval.js @@ -58,9 +58,9 @@ async function assignIssueToBountyAwaitingForApproval(context, robot, assign) { } if (assign) { - robot.log(`assignIssueToBountyAwaitingForApproval - Handling labelling of #${payload.issue.number} with ${payload.label.name} on repo ${ownerName}/${repoName}`) + robot.log(`assignIssueToBountyAwaitingForApproval - Handling labeling of #${payload.issue.number} with ${payload.label.name} on repo ${ownerName}/${repoName}`) } else { - robot.log(`assignIssueToBountyAwaitingForApproval - Handling unlabelling of #${payload.issue.number} with ${payload.label.name} on repo ${ownerName}/${repoName}`) + robot.log(`assignIssueToBountyAwaitingForApproval - Handling unlabeling of #${payload.issue.number} with ${payload.label.name} on repo ${ownerName}/${repoName}`) } // Fetch org projects