probot Questions
1
Solved
I am trying to install probot.github app using the command npx create-probot-app my-first-app from the link: https://probot.github.io/docs/development/.
I am using the latest node v19.3.0 with npm ...
Tempa asked 28/12, 2022 at 0:46
0
I had issues with authentication when working with GitHub's Probot app. When I ran the app using npm start, I would get
github: Github request: GET /app/installations - 404 Not Found
and
ERROR ...
Rik asked 13/6, 2018 at 18:58
1
I am trying to build a GitHub app using Probot Framework.
Here's the content of file index.js:
module.exports = (robot) => {
robot.log('Yay, the app was loaded!');
robot.on('*', async contex...
Eliga asked 29/3, 2018 at 4:3
1
© 2022 - 2024 — McMap. All rights reserved.