Skip to content

MapColonies/javascript-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Github Actions

This repository contains a collection of JavaScript-based GitHub Actions that can be used in your workflows. Each action is designed to perform a specific task and can be easily integrated into your CI/CD pipelines.

Actions

  • jira-integration - Helps connecting pull requests to jira including comments on the pull request and title validation

Development

Creating New Actions

To create a new action, run the interactive script:

npm run create-action

The script will:

  • Prompt for action name (lowercase, kebab-case)
  • Prompt for action description
  • Create action directory under ./actions/
  • Copy template files and replace placeholders
  • Generate action README with usage examples
  • Update release configuration files
  • Add entry to this README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •