Giter Site home page Giter Site logo

actions-add-new-issue-to-column's People

Contributors

dependabot[bot] avatar konradpabjan avatar rachmari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

actions-add-new-issue-to-column's Issues

"Triage new issue comments" job failing with issue_number parameter is undefined

See the raw log off https://github.com/github/docs/runs/1290235261?check_suite_focus=true

Opening the issue here since the issues are off on https://github.com/rachmari/labeler and @rachmari is a maintainer here ๐Ÿ˜„

2020-10-22T02:22:36.3652915Z ##[section]Starting: Request a runner to run this job
2020-10-22T02:22:36.5387284Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-10-22T02:22:36.6034522Z Can't find any online and idle self-hosted runner in current repository's organization account that matches the required labels: 'ubuntu-latest'
2020-10-22T02:22:36.7032782Z Found online and idle hosted runner in current repository's organization account that matches the required labels: 'ubuntu-latest'
2020-10-22T02:22:36.8421206Z ##[section]Finishing: Request a runner to run this job
2020-10-22T02:22:46.1425352Z Current runner version: '2.273.5'
2020-10-22T02:22:46.1460676Z ##[group]Operating System
2020-10-22T02:22:46.1461490Z Ubuntu
2020-10-22T02:22:46.1461850Z 18.04.5
2020-10-22T02:22:46.1462113Z LTS
2020-10-22T02:22:46.1462457Z ##[endgroup]
2020-10-22T02:22:46.1462994Z ##[group]Virtual Environment
2020-10-22T02:22:46.1463478Z Environment: ubuntu-18.04
2020-10-22T02:22:46.1463888Z Version: 20201015.1
2020-10-22T02:22:46.1464678Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20201015.1/images/linux/Ubuntu1804-README.md
2020-10-22T02:22:46.1465454Z ##[endgroup]
2020-10-22T02:22:46.1466784Z Prepare workflow directory
2020-10-22T02:22:46.1656010Z Prepare all required actions
2020-10-22T02:22:46.1666336Z Getting action download info
2020-10-22T02:22:46.4356261Z Download action repository 'actions/github-script@6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45'
2020-10-22T02:22:48.4621886Z Download action repository 'rachmari/labeler@832d42ec5523f3c6d46e8168de71cd54363e3e2e'
2020-10-22T02:22:52.0314261Z Download action repository 'rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9'
2020-10-22T02:22:55.6135479Z ##[group]Run actions/github-script@6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45
2020-10-22T02:22:55.6136354Z with:
2020-10-22T02:22:55.6137377Z   github-token: ***
2020-10-22T02:22:55.6137762Z   result-encoding: string
2020-10-22T02:22:55.6140223Z   script: const repo = context.payload.repository.name
const org = context.payload.repository.owner.login
const actor = context.actor
let collaboratorStatus = ''
try {
  collaboratorStatus = await github.request('GET /repos/{owner}/{repo}/collaborators/{username}', {
    owner: org,
    repo: repo,
    username: actor
  })
  console.log(`This issue was commented on by a Hubber.`)
  return 'true'
} catch (error) {
  console.log(`This issue was commented on by an external contributor.`)
  return 'false'
}

2020-10-22T02:22:55.6142590Z   debug: false
2020-10-22T02:22:55.6142986Z   user-agent: actions/github-script
2020-10-22T02:22:55.6143401Z ##[endgroup]
2020-10-22T02:22:56.1451937Z This issue was commented on by an external contributor.
2020-10-22T02:22:56.1637622Z ##[group]Run rachmari/labeler@832d42ec5523f3c6d46e8168de71cd54363e3e2e
2020-10-22T02:22:56.1638192Z with:
2020-10-22T02:22:56.1639376Z   repo-token: ***
2020-10-22T02:22:56.1639697Z   add-labels: triage
2020-10-22T02:22:56.1640022Z ##[endgroup]
2020-10-22T02:22:56.2967797Z RequestError [HttpError]: Empty value for parameter 'issue_number': undefined
2020-10-22T02:22:56.2970546Z     at /home/runner/work/_actions/rachmari/labeler/832d42ec5523f3c6d46e8168de71cd54363e3e2e/node_modules/@octokit/rest/plugins/validate/validate.js:66:15
2020-10-22T02:22:56.2973707Z     at Array.forEach (<anonymous>)
2020-10-22T02:22:56.2975255Z     at /home/runner/work/_actions/rachmari/labeler/832d42ec5523f3c6d46e8168de71cd54363e3e2e/node_modules/@octokit/rest/plugins/validate/validate.js:38:12
2020-10-22T02:22:56.2976257Z     at Array.forEach (<anonymous>)
2020-10-22T02:22:56.2977266Z     at validate (/home/runner/work/_actions/rachmari/labeler/832d42ec5523f3c6d46e8168de71cd54363e3e2e/node_modules/@octokit/rest/plugins/validate/validate.js:15:23) {
2020-10-22T02:22:56.2978655Z   name: 'HttpError',
2020-10-22T02:22:56.2978969Z   status: 400,
2020-10-22T02:22:56.2979293Z   headers: undefined,
2020-10-22T02:22:56.2979616Z   request: {
2020-10-22T02:22:56.2980044Z     method: 'GET',
2020-10-22T02:22:56.2980832Z     baseUrl: 'https://api.github.com',
2020-10-22T02:22:56.2981289Z     headers: {
2020-10-22T02:22:56.2981913Z       accept: 'application/vnd.github.v3+json',
2020-10-22T02:22:56.2982678Z       'user-agent': 'octokit.js/16.28.9 Node.js/12.13.1 (Linux 5.4; x64)'
2020-10-22T02:22:56.2983042Z     },
2020-10-22T02:22:56.2983534Z     mediaType: { format: '', previews: [] },
2020-10-22T02:22:56.2984083Z     request: { hook: [Function: bound bound register], validate: [Object] },
2020-10-22T02:22:56.2984807Z     url: '/repos/:owner/:repo/issues/:issue_number',
2020-10-22T02:22:56.2985333Z     owner: 'github',
2020-10-22T02:22:56.2986072Z     repo: 'docs',
2020-10-22T02:22:56.2986410Z     issue_number: undefined
2020-10-22T02:22:56.2986713Z   }
2020-10-22T02:22:56.2986916Z }
2020-10-22T02:22:56.3058339Z ##[group]Run rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
2020-10-22T02:22:56.3059194Z with:
2020-10-22T02:22:56.3059919Z   action-token: ***
2020-10-22T02:22:56.3060476Z   project-url: https://github.com/github/docs/projects/1
2020-10-22T02:22:56.3061016Z   column-name: Triage
2020-10-22T02:22:56.3061345Z ##[endgroup]
2020-10-22T02:22:56.4225015Z Action triggered by Issue #681
2020-10-22T02:22:56.4231535Z This project is configured at the repo level. Repo Owner:github, repo name:docs project #1
2020-10-22T02:22:57.8061991Z Attempting to create a card in column 11007039, for an issue with the corresponding id #725962956
2020-10-22T02:22:58.0486177Z #ERROR# HttpError: Validation Failed
2020-10-22T02:22:58.0541019Z Cleaning up orphan processes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.