Optimize Your CI/CD Pipeline
Get instant insights into your CI/CD performance and costs. Reduce build times by up to 45% and save on infrastructure costs.
45% Faster Builds
60% Cost Reduction
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.