Skip to content

chore: (deps): bump heinrichreimer/github-changelog-generator-action from 6653241a44afb59146f719f322005de49a5c3b38 to e1ebbc22b277c373e8797cbfcbe0f92ad6b0feef #164

chore: (deps): bump heinrichreimer/github-changelog-generator-action from 6653241a44afb59146f719f322005de49a5c3b38 to e1ebbc22b277c373e8797cbfcbe0f92ad6b0feef

chore: (deps): bump heinrichreimer/github-changelog-generator-action from 6653241a44afb59146f719f322005de49a5c3b38 to e1ebbc22b277c373e8797cbfcbe0f92ad6b0feef #164

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 :)'