From a85aebf13ca96684a2fc197549d7619fbce31a73 Mon Sep 17 00:00:00 2001 From: killo431 <40911059+killo431@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:38:27 -0500 Subject: [PATCH 1/2] Update dependabot.yml From 620428c13e9dedea5f86cd789ca5aad329442da2 Mon Sep 17 00:00:00 2001 From: killo431 <40911059+killo431@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:23:32 -0500 Subject: [PATCH 2/2] Create main.yml --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..a872cba2 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +name: Congratulations + +on: [pull_request_target, issues] + +jobs: + Congratulation: + + runs-on: ubuntu-latest + + permissions: + issues: write + pull-requests: write + + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{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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}} + issue-message: "We're grateful you made your first issue notification. You can be sure that a response will be made as soon as possible." + pr-message: "We're grateful you made your first pull request notification. You can be sure that a response will be made as soon as possible."