Skip to main content
← Back to workflows

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

actions-first-interaction -
GitHub Action
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.

Monitoring GitHub Actions Workflows

CICube is a GitHub Actions monitoring tool that provides you with detailed insights into your workflows to further optimize your CI/CD pipeline. With CICube, you will be able to track your workflow runs, understand where the bottlenecks are, and tease out the best from your build times. Go to cicube.io now and create a free account to better optimize your GitHub Actions workflows!

CICube GitHub Actions Workflow Duration Monitoring