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
Workflow to greet new contributors.
Mainly using First Interaction Action, with some opinionated defaults.
On issue creation, a comment is added to the issue.
On first contribution, a comment is added to the pull request.
name: Greetingson:
issues:
types: [opened]pull_request_target:
branches: [main]permissions:
contents: readissues: writepull-requests: writejobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.0secrets:
# Token for the repository.# See https://github.com/actions/first-interaction#usage# Default GITHUB_TOKENgithub-token: ""# Optional customizations.with:
# Comment to post on an individual's first issue.# See https://github.com/actions/first-interaction#usage# Default: "Hi, thank for reporting an issue, we will check it out very soon"issue-message: ""# Comment to post on an individual's first pull request.# See https://github.com/actions/first-interaction#usage# Default: "Hi, thank you for creating your PR, we will check it out very soon"pr-message: ""