Skip to content

alexh97/github-actions-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains various GitHub actions that the Elastic team has developed to help us automate some common processes. Each action appears in it own folder.

To use these actions in your GitHub workfkflows, include them in the workflow configuration file step config. For example:

steps:
      - name: Assign to project
    uses: elastic/github-actions/[email protected]
    id: project_assigner
    with:
      issue-mappings: '[{"label": "Test", "projectNumber": 1, "columnName": "To do"},
        {"label": "bug", "projectNumber": 1, "columnName": "In progress"}]'
      ghToken: ${{ secrets.GITHUB_TOKEN }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%