Skip to content

Commit

Permalink
logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dharma-09 committed Dec 7, 2024
2 parents bedf7a7 + 68545c0 commit e658e9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Fetch Issues and Send Notifications
on:
schedule:
# Runs the workflow every 2 hours
<<<<<<< HEAD
- cron: "0 */2 * * *"
=======
- cron: "*/5 * * * *"
>>>>>>> 68545c03193d45aa9bdcc36b38e07f6f0f6ee36a

workflow_dispatch: # Allows manual trigger of the workflow

Expand Down Expand Up @@ -34,9 +38,16 @@ jobs:
WPRD_MAIL: ${{ secrets.WPRD_MAIL }} # Email account app password
SMTP_SERVER: "smtp.gmail.com" # Change for your email provider
SMTP_PORT: "587" # SMTP Port
<<<<<<< HEAD
REPO_OWNER: "kubevirt" # Replace with target repo owner
REPO_NAME: "kubevirt" # Replace with target repo name
LABEL: "good-first-issue" # Replace with the desired label
RECEIVER_EMAIL: "[email protected]" # Replace with recipient email
=======
REPO_OWNER: "Dharma-09" # Replace with target repo owner
REPO_NAME: "CI-CD-pipelines-examples" # Replace with target repo name
LABEL: "good-first-issue" # Replace with the desired label
RECEIVER_EMAIL: "[email protected]" # Replace with recipient email
>>>>>>> 68545c03193d45aa9bdcc36b38e07f6f0f6ee36a
run: |
go run main.go

0 comments on commit e658e9b

Please sign in to comment.