Created
October 2, 2017 16:26
-
-
Save rbren/17258f8e722ab1e34707906128768b41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let hn = require('@datafire/github').create(); | |
(async () => { | |
let newIssue = await github.repos.owner.repo.issues.post({ | |
owner: 'torvalids', | |
repo: 'linux', | |
body: { | |
title: "Fix the thing!", | |
body: "It's broke", | |
} | |
}); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment