Skip to content

Commit

Permalink
Create OoO.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas authored Jan 11, 2024
1 parent 585e5e6 commit 30f83ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/OoO.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 30f83ec

Please sign in to comment.