Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T13:27:58.000Z (9 months ago)
- Last Synced: 2024-10-29T09:20:10.229Z (about 2 months ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 765
- Watchers: 68
- Forks: 338
- Open Issues: 29
-
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*\] (⭐️772) (JavaScript)
- stars - actions/first-interaction - An action for filtering pull requests and issues from first-time contributors \[*MIT License*\] (⭐️766) (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 that will be displayed on users first issue'
pr-message: 'Message that will be displayed on users first pr'
```# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)