Skip to content

Real-Time Order Tracking with Status Updates and ETA + ORDER BACKEND #392

Real-Time Order Tracking with Status Updates and ETA + ORDER BACKEND

Real-Time Order Tracking with Status Updates and ETA + ORDER BACKEND #392

Workflow file for this run

on:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: Commitment Issues Bot
run: echo "GITHUB_ACTOR=YourBotName" >> $GITHUB_ENV
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "🎉 Thank you for your interest in contributing to this repository! Please wait while we review and assign this issue to you. In the meantime, feel free to ⭐ the repo to stay updated on future developments."
pr-message: "🚀 Thank you for contributing to this project, your support is much appreciated."
footer: "Stay awesome! 😎"