Skip to content

adobe-rnd/github-semantic-release-comment-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic release status action

This action checks the semantic release type of a pull request.

Inputs

GITHUB_TOKEN

Required A github token to create the PR comment.

Example usage

on:
  push:
    branches-ignore:
      - 'master'

jobs:
  ci_trigger:
    runs-on: ubuntu-latest
    name: Comment Semantic Release Status
    steps:
      - name: Comment
        id: comment
        uses: adobe-rnd/github-semantic-release-comment-action@main
        with:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Development

build and deploy

$ npm run build
$ git commit -am"...."
$ npm release

About

Touch a file when a PR from a user is created

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%