https://github.com/technote-space/test-github-actions
Test GitHub Actions
https://github.com/technote-space/test-github-actions
github-actions
Last synced: 3 months ago
JSON representation
Test GitHub Actions
- Host: GitHub
- URL: https://github.com/technote-space/test-github-actions
- Owner: technote-space
- License: mit
- Created: 2019-08-22T05:00:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:34:11.000Z (over 2 years ago)
- Last Synced: 2025-03-26T23:39:02.074Z (3 months ago)
- Topics: github-actions
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Test GitHub Actions
[](https://github.com/technote-space/test-github-actions/actions)
[](https://codecov.io/gh/technote-space/test-github-actions)
[](https://github.com/technote-space/jquery.marker-animation/blob/master/LICENSE)## Table of Contents
Details
- [What I Tried](#what-i-tried)
- [GitHub Project card](#github-project-card)
- [Add label by branch name](#add-label-by-branch-name)
- [Add label by files](#add-label-by-files)
- [GitHub Releases](#github-releases)
- [Slack](#slack)
- [What I Created](#what-i-created)
- [Assign author to issue and PR](#assign-author-to-issue-and-pr)
- [Add label by project card move](#add-label-by-project-card-move)
- [Release GitHub Actions](#release-github-actions)
- [Create TOC](#create-toc)
- [Update dependencies](#update-dependencies)
- [PR Body](#pr-body)
- [Check version](#check-version)
- [Git diff](#git-diff)
- [Git comment](#git-comment)
- [Create PR Body by commit](#create-pr-body-by-commit)
- [Resources](#resources)
- [Author](#author)## What I Tried
### GitHub Project card
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)### Add label by branch name
- [PR Labeler](https://github.com/technote-space/pr-labeler-action)### Add label by files
- [Pull Request Labeler](https://github.com/actions/labeler)### GitHub Releases
- [Release Drafter](https://github.com/release-drafter/release-drafter)### Slack
- [Action Slack](https://github.com/8398a7/action-slack)## What I Created
### Assign author to issue and PR
- [Assign Author](https://github.com/technote-space/assign-author)### Add label by project card move
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)### Release GitHub Actions
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)### Create TOC
- [TOC Generator](https://github.com/technote-space/toc-generator)### Update dependencies
- [Create PR Action](https://github.com/technote-space/create-pr-action)### PR Body
- [Create PR Action](https://github.com/technote-space/create-pr-action)### Check version
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
- [WP Version Check Action](https://github.com/technote-space/wp-version-check-action)### Git diff
- [Get Diff Action](https://github.com/technote-space/get-diff-action)### Git comment
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)### Create PR Body by commit
- [PR Commit Body Action](https://github.com/technote-space/pr-commit-body-action)## Resources
- [About GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions)
- [Automating your workflow with GitHub Actions](https://help.github.com/en/categories/automating-your-workflow-with-github-actions)
- [Awesome Actions](https://github.com/sdras/awesome-actions)## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)