Ikiru Yoshizaki

Results 59 issues of Ikiru Yoshizaki

It seems Get-GitHubOAuthTokens not use in public function because it doesn't exported as module member somehow. Just add Get-GitHubOAuthTokens will resolve an issue. https://github.com/Iristyle/Posh-GitHub/blob/master/Posh-Github.psm1#L1174 ``` PowerShell Export-ModuleMember -Function New-GitHubOAuthToken, New-GitHubPullRequest,...

Add to README. https://github.com/github/gh-actions-importer

documentation
enhancement

How does it work? https://docs.github.com/en/actions/using-jobs/using-concurrency ```yaml on: push: branches: - main jobs: job-1: runs-on: ubuntu-latest concurrency: group: example-group cancel-in-progress: true ```

no-stale

https://github.com/Kesin11/actions-timeline ```yaml jobs: build: runs-on: ubuntu-latest steps: # Register this action before your build step. It will then be executed at the end of the job post-processing. - uses: Kesin11/actions-timeline@v2...

no-stale

@github-actions run ```js await postComment("hello, world"); ```

no-stale

## Release Note https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ ## Doc https://docs.github.com/ja/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary

enhancement
no-stale

`wip` prevent put stale label.

no-stale

Remove `no-stale` label to detect PR is stale target.

no-stale

## tl;dr; Automate suggestion for update GitHub Actions. ## Motivation Important actions are centrally managed on Cysharp/Actions, however few pieces of direct actions usage is managed by own repo. Let's...

## tl;dr; Automate suggestion for update GitHub Actions. ## Motivation Important actions are centrally managed on Cysharp/Actions, however few pieces of direct actions usage is managed by own repo. Let's...