gh-actions: Build and upload all artifacts #285
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "It looks like this is your first issue here – welcome! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/data-morph/blob/main/CONTRIBUTING.md), if you haven't already." | |
pr-message: "Congratulations on making your first pull request to Data Morph! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/data-morph/blob/main/CONTRIBUTING.md), if you haven't already." |