From f8fc43f0f6cd405d379b86e6de1e30985caa6349 Mon Sep 17 00:00:00 2001 From: Ram24 <103217519+Ladyking0612@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:23:44 -0500 Subject: [PATCH] Join model program MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adults only 18+ Join in with us on porn hub as a model and earn money!! For your content it’s fun. Talk to people watch free videos it’s an adult face book lol. Thanks for joining me leave a comment below for my tip to my cash app and I’ll be able to send you my link to my page 💋 or just say hi --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..4677434 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,16 @@ +name: Greetings + +on: [pull_request_target, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "Message that will be displayed on users' first issue" + pr-message: "Message that will be displayed on users' first pull request"