Skip to content

actions-marketplace-validations/TylerLeonhardt_first-interaction-pwsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Interaction (pwsh edition!)

An action for responding to the first issue and PR that a user opens.

Usage

See action.yml

steps:
- uses: TylerLeonhardt/first-interaction-pwsh@master
  with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}
    issue-message: "# Message with markdown.\nThis is the message that will be displayed on users' first issue."
    pr-message: "Message that will be displayed on users' first pr. Look, a `code block` for markdown."

This repo is using this Action so if you'd like to see a full example, checkout the test.yml file.

License

The scripts and documentation in this project are released under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published