githubactions-lab icon indicating copy to clipboard operation
githubactions-lab copied to clipboard

github actions ci lab

Results 7 githubactions-lab issues
Sort by recently updated
recently updated
newest added

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