Skip to content

Commit

Permalink
Github bot comment issue api version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Nov 25, 2023
1 parent 5ee048f commit 38824bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bot/issueAddedComment.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = Promise.method(async function issueAddedComment (task) {
'User-Agent': 'gitpaybot',
'Content-Type': 'application/json',
'Authorization': 'token ' + process.env.GITHUB_BOT_ACCESS_TOKEN,
//'X-GitHub-Api-Version': '2022-11-28'
'X-GitHub-Api-Version': '2022-11-28'
},
json: true,
body: {
Expand Down

0 comments on commit 38824bd

Please sign in to comment.