80-k/Intro-to-actions
Greet new contributors when they create their first issue or open their first pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 25, 2024
- License
- None
Pinned Snippet
uses: 80-k/actions@d34fb4e126258579c54f363ac441eae00867e54b # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| issue-message | Comment to post on an individual's first issue | — | — |
| pr-message | Comment to post on an individual's first pull request | — | — |
Outputs
| name | description |
|---|---|
| result | This is output |