Skip to content

Add the "1942 (First Version)" game #52

Add the "1942 (First Version)" game

Add the "1942 (First Version)" game #52

Workflow file for this run

name: Greetings
on: [pull_request]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Set current month as env variable
run: echo "month=$(date '+%b')" >> $GITHUB_ENV
- uses: actions/first-interaction@v1
if: env.month != 'Oct'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Thank you for contributing to this project! 😊🕹️'
- uses: actions/first-interaction@v1
if: env.month == 'Oct'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Thank you for contributing to this project. Happy Hacktoberfest!!! 🎃👕🕹️'