Skip to main content
← Back to workflows

How to Send Messages to First-Time Contributors in GitHub Actions

actions-first-interaction -
GitHub Action
CICUBE ANALYTICS INSIGHTS
Engineering Velocity: 25% Team Time Lost to CI Issues
View Platform →
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 logo

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.