Skip to content

An action for filtering pull requests and issues from first-time contributors

License

Notifications You must be signed in to change notification settings

mccoy-a11/first-interaction

This branch is 7 commits behind actions/first-interaction:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 27, 2023
Nov 28, 2023
Oct 3, 2022
Oct 3, 2022
Nov 28, 2023
Sep 9, 2020
Oct 27, 2020
Sep 9, 2020
Aug 2, 2019
Feb 4, 2021
Nov 29, 2023
Aug 2, 2019
Aug 16, 2019
Nov 12, 2019
Nov 29, 2023
Aug 2, 2019

Repository files navigation

First Interaction

An action for filtering pull requests and issues from first-time contributors.

Usage

See action.yml

steps:
- uses: actions/first-interaction@v1
  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.'

License

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

About

An action for filtering pull requests and issues from first-time contributors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.9%
  • TypeScript 39.1%
  • Dockerfile 1.0%