Skip to content

chore: (deps): bump actions/upload-artifact from 3.1.0 to 4.0.0 #109

chore: (deps): bump actions/upload-artifact from 3.1.0 to 4.0.0

chore: (deps): bump actions/upload-artifact from 3.1.0 to 4.0.0 #109

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/first-interaction@bd33205aa5c96838e10fd65df0d01efd613677c1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome to the repository! Make sure to read the README.md specifically the Contributing section, before continuing, if you have not already!'
pr-message: 'Welcome to the repository! Make sure to read the README.md, specifically the Contributing section, before continuing, if you have not already! And thanks for helping out with a PR! It is very helpful sometimes :)'