Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground 2 #30

Open
nwtgck opened this issue Mar 23, 2020 · 45 comments
Open

Playground 2 #30

nwtgck opened this issue Mar 23, 2020 · 45 comments

Comments

@nwtgck
Copy link
Owner

nwtgck commented Mar 23, 2020

No description provided.

@nwtgck
Copy link
Owner Author

nwtgck commented Mar 23, 2020

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

@github-actions
Copy link
Contributor

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Mar 23, 2020

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

@github-actions
Copy link
Contributor

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Apr 2, 2020

@github-actions run

await postComment("hello, world");

@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2020

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Apr 3, 2020

@github-actions run

await postComment("hello, world");

@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2020

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Apr 30, 2020

@github-actions run

await postComment("hello, world");

@github-actions
Copy link
Contributor

hello, world

@jonas-kgomo
Copy link

jonas-kgomo commented Jul 11, 2020

@github-actions run

await postComment("hi, world ");

@nwtgck
Copy link
Owner Author

nwtgck commented Aug 15, 2020

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

@github-actions
Copy link
Contributor

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Dec 16, 2021

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

@github-actions
Copy link
Contributor

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Dec 16, 2021

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

@github-actions
Copy link
Contributor

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Dec 16, 2021

@github-actions run

#!/bin/bash
pwd
ls

@nwtgck
Copy link
Owner Author

nwtgck commented May 4, 2023

@github-actions run

await postComment("hello, world");

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

hello, world

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented May 4, 2023

@github-actions run

await postComment(await (await fetch("https://example.com")).text());

Repository owner deleted a comment from github-actions bot May 4, 2023
Repository owner deleted a comment from github-actions bot May 4, 2023
@nwtgck
Copy link
Owner Author

nwtgck commented May 4, 2023

@github-actions run

await postComment("hello, world");

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented May 4, 2023

@github-actions run

#! /bin/sh
pip install numpy
#! /usr/bin/python
import numpy as np

print(np.array([1, 2, 3]))

1 similar comment
@nwtgck
Copy link
Owner Author

nwtgck commented May 4, 2023

@github-actions run

#! /bin/sh
pip install numpy
#! /usr/bin/python
import numpy as np

print(np.array([1, 2, 3]))

@nwtgck
Copy link
Owner Author

nwtgck commented May 4, 2023

@github-actions run

await postComment("hello, world");

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented May 5, 2023

@github-actions run

const r = await githubClient.graphql(`
query {
  viewer {
    login
  }
}
`);
console.log("!!! GraphQL result", r);

1 similar comment
@nwtgck
Copy link
Owner Author

nwtgck commented May 5, 2023

@github-actions run

const r = await githubClient.graphql(`
query {
  viewer {
    login
  }
}
`);
console.log("!!! GraphQL result", r);

@nwtgck
Copy link
Owner Author

nwtgck commented May 5, 2023

@github-actions run

const r = await octokit.graphql(`
query {
  viewer {
    login
  }
}
`);
console.log("!!! GraphQL result", r);

@nwtgck
Copy link
Owner Author

nwtgck commented May 5, 2023

@github-actions run

await octokit.rest.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner,
  repo: context.repo.repo,
  body: "hello!"
});

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

hello!

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

hello!

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

hello!

@nwtgck
Copy link
Owner Author

nwtgck commented May 5, 2023

@github-actions run

await octokit.rest.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Mar 10, 2024

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world 1"
})
await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world 2"
})

Repository owner deleted a comment from github-actions bot Mar 10, 2024
Repository owner deleted a comment from github-actions bot Mar 10, 2024
Copy link
Contributor

hello, world 1

Copy link
Contributor

hello, world 2

@nwtgck
Copy link
Owner Author

nwtgck commented Mar 10, 2024

@github-actions run

#! /bin/sh
pip install numpy
#! /usr/bin/python
import numpy as np

print(np.array([1, 2, 3]))

@nwtgck
Copy link
Owner Author

nwtgck commented Mar 10, 2024

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

Copy link
Contributor

hello, world

@nwtgck
Copy link
Owner Author

nwtgck commented Mar 10, 2024

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world 2"
})

Copy link
Contributor

hello, world 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants