Josh Gross
Josh Gross
👋 Going to close this out, feel free to reopen if you'd like to pick this back up. There's still a pending question: https://github.com/actions/github-script/pull/257#issuecomment-1100273964
👋 You could do this by fetching the members of a team and then checking if the `creator` is in that team. The [List team members API](https://docs.github.com/en/rest/teams/members?apiVersion=2022-11-28#list-team-members) should help get...
👋 @rajbos are you still having issues?
👋 @sgarciajaramillo this action doesn't support TypeScript syntax. In JavaScript, something like `var services: string[] = []` or `var services: boolean = true` isn't valid. You should be able to...
I would like to get into a better state with the backlog before we enable the stale bot.
This requires updating the version of used `@octokit/plugin-rest-endpoint-methods` by `@actions/github`, which this action depends on. https://github.com/actions/toolkit/blob/457303960f03375db6f033e214b9f90d79c3fe5c/packages/github/package.json#LL44C6-L44C43 Once that's updated, we can update this action. As a workaround, you can use...
> Is there a good way to know which `github.rest.actions.xxx` methods are currently available in the latest `github-script` version since others require the update like you mentioned above? Based on...
No timeline, I'm not sure if anything is tracking the update required to `@actions/github` in https://github.com/actions/toolkit https://github.com/actions/github-script/issues/345#issuecomment-1544126809
> Any idea what permissions my job/workflow token needs to be able to have the `environments:read` scope? The `environments` permission is not available on the Actions token, so you'll need...
> Not sure this is actually necessary. There seems to be a mismatch between the [documentated default](https://github.com/actions/checkout/blob/cd7d8d697e10461458bc61a30d094dc601a8b017/action.yml#L48) and the [code](https://github.com/actions/checkout/blame/cd7d8d697e10461458bc61a30d094dc601a8b017/src/input-helper.ts#L149) That `default: true` in the `action.yml` is the default that's...