3.5h
Time Saved/Dev/Week
40%
Faster Releases
Click for next insight
Usage
name: 'Usage of first-interaction GitHub Action'
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users first issue'
pr-message: 'Message that will be displayed on users first pr'
First Interaction
An action for filtering pull requests and issues from first-time contributors
What is First Interaction GitHub Action?
The First Interaction GitHub Action filters pull requests and issues from first-time contributors. This action helps in managing contributions from new users and ensures that they receive a proper welcome or guidance.