|
|
@@ -7,6 +7,10 @@ const cherryPickRunner: TaskRunner<CherryPickOptions> = async () => {
|
|
|
let client = axios.create({
|
|
|
baseURL: 'https://api.github.com/repos/grafana/grafana',
|
|
|
timeout: 10000,
|
|
|
+ // auth: {
|
|
|
+ // username: '<username>',
|
|
|
+ // password: '<personal access token>',
|
|
|
+ // },
|
|
|
});
|
|
|
|
|
|
const res = await client.get('/issues', {
|