Lines Matching full:github
16 if: github.repository == 'freebsd/freebsd-src'
19 - uses: actions/github-script@v7
24 * Github's API returns the results in pages of 30, so
28 const comments = await github.paginate(github.rest.issues.listComments, {
34 const commits = await github.paginate(github.rest.pulls.listCommits, {
43 const { data: ownerData } = await github.rest.repos.getContent({
46 path: '.github/CODEOWNERS',
62 const { data: rulesData } = await github.rest.repos.getContent({
65 path: '.github/path-rules.txt',
115 const { data: files } = await github.rest.pulls.listFiles({
153 if (comment.user.login == "github-actions[bot]") {
162 …let comment_func = comment_id == -1 ? github.rest.issues.createComment : github.rest.issues.update…
171 …msg += "\n> [!NOTE]\n> Please review [CONTRIBUTING.md](https://github.com/freebsd/freebsd-src/blob…
188 github.rest.issues.updateComment({