https://github.com/actions/first-interaction
An action for filtering pull requests and issues from first-time contributors
https://github.com/actions/first-interaction
Last synced: 20 days ago
JSON representation
An action for filtering pull requests and issues from first-time contributors
- Host: GitHub
- URL: https://github.com/actions/first-interaction
- Owner: actions
- License: mit
- Created: 2019-08-02T17:15:34.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T19:01:27.000Z (3 months ago)
- Last Synced: 2025-05-07T01:01:47.570Z (27 days ago)
- Language: JavaScript
- Size: 2.36 MB
- Stars: 787
- Watchers: 68
- Forks: 348
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-actions - this Action
- awesome-actions - actions/first-interaction - An action for filtering pull requests and issues from first-time contributors. (Official Resources / Official Actions)
- fucking-awesome-actions - actions/first-interaction - An action for filtering pull requests and issues from first-time contributors. (Official Resources / Official Actions)
- awesome-workflows - actions/first-interaction - An action for filtering pull requests and issues from first-time contributors. (Official Resources / Official Actions)
- stars - actions/first-interaction - An action for filtering pull requests and issues from first-time contributors \[*MIT License*\] (⭐️788) (JavaScript)
- stars - actions/first-interaction - An action for filtering pull requests and issues from first-time contributors \[*MIT License*\] (⭐️784) (JavaScript)
README
# First Interaction
An action for filtering pull requests and issues from first-time contributors.
## Usage
See [action.yml](action.yml)
```yaml
name: Greetingson: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
# Message with markdown.
This is the message that will be displayed on users' first issue.
pr-message: |
Message that will be displayed on users' first pr.
Look, a `code block` for markdown.
```## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)