Skip to content

Bump super-linter/super-linter from 8.1.0 to 8.2.0 #183

Bump super-linter/super-linter from 8.1.0 to 8.2.0

Bump super-linter/super-linter from 8.1.0 to 8.2.0 #183

name: 🥇 First Interaction
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: Welcome Message
uses: actions/first-interaction@v3
with:
pr-message: |
🎉 Welcome to our project, @{{ github.actor }}! Thank you for contributing!
We’re glad to have you here. If you have any questions, feel free to ask!
repo-token: ${{ secrets.GITHUB_TOKEN }}