An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Test GitHub Actions

[![CI Status](https://github.com/technote-space/test-github-actions/workflows/CI/badge.svg)](https://github.com/technote-space/test-github-actions/actions)
[![codecov](https://codecov.io/gh/technote-space/test-github-actions/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/test-github-actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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)