From 30f83ecbf74a557c38193c80e0ff99d56658886f Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 11 Jan 2024 14:40:02 -0500 Subject: [PATCH] Create OoO.yml --- .github/workflows/OoO.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/OoO.yml diff --git a/.github/workflows/OoO.yml b/.github/workflows/OoO.yml new file mode 100644 index 00000000..4ca4194d --- /dev/null +++ b/.github/workflows/OoO.yml @@ -0,0 +1,11 @@ +name: Auto message for PR's and Issues +on: [pull_request, issues] +jobs: + build: + name: Out of Office + runs-on: ubuntu-latest + steps: + - uses: actions/interaction@v1 + with: + issue-message: "Hey, I'm OOO till Jan 29th. I will reply to this then! Thanks, Tom" + pr-message: "Hey, I'm OOO till Jan 29th. I will reply to this then! Thanks, Tom"