codenameyau / actions

Collection of my github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actions

This is a repository for me to make new github action workflows. Eventually I want to make this into a framework that can automatically install actions into an existing project. For now this is achieved manually by copy-pasting code.

Table of Contents

  1. Greetings
  2. Label PR based on files changed
  3. Label PR based on branch name
  4. Backmerge from master after releases

Greetings

This workflow will post a github comment when someone posts a pull request or issue for the first time.

Label PR based on files changed

This workflow will label a PR with labels defined inside .github/labeler.yml

Label PR based on branch name

This workflow will label a PR with labels defined inside .github/label-by-branch-name.yml.

Backmerge from master after releases

This workflow will perform a back-merge from master to staging to edge when a pull request to master is merged in. It will also create a release on GitHub for the latest tag and then create a new tag.

About

Collection of my github actions

License:MIT License


Languages

Language:Shell 85.1%Language:JavaScript 14.9%