You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An action for filtering pull requests (PRs) and issues from first-time
contributors.
Breaking Changes in v3.0.0
Version 3.0.0 introduces breaking changes:
If you're using a self-hosted runner, ensure it's on version
v2.327.1 or later
When a first-time contributor opens a PR or issue, this action will add a
comment to the PR or issue with a message of your choice. This action is useful
for welcoming first-time contributors to your project and providing them with
information about how to contribute effectively.
name: Greetingson:
pull_request:
types:
- openedissues:
types:
- openedpermissions:
issues: writepull-requests: writejobs:
greeting:
name: Greet First-Time Contributorsruns-on: ubuntu-lateststeps:
- uses: actions/first-interaction@v3with:
issue_message: | # Issue Message with Markdown This is the message that will be displayed!pr_message: | # PR Message with Markdown This is the message that will be displayed!
About
An action for filtering pull requests and issues from first-time contributors