This is an automated email from the ASF dual-hosted git repository.

knaufk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-jira-bot.git

commit 648787f08974abfcc1902b1b65ba25fcd6648c61
Author: Konstantin Knauf <[email protected]>
AuthorDate: Wed Apr 14 12:10:12 2021 +0200

    [hotfix] activate bot (remove dry-run flag)
---
 .github/workflows/actions.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml
index 0fc9681..4af2e33 100644
--- a/.github/workflows/actions.yaml
+++ b/.github/workflows/actions.yaml
@@ -2,7 +2,7 @@ name: Run Flink Jira Bot Hourly
 
 on:
   schedule:
-      - cron: 33 9,21 * * *
+      - cron: 33 10,22 * * *
 jobs:
   run:
     env:
@@ -22,4 +22,4 @@ jobs:
           pip install -r requirements.txt
       - name: Run Jira Bot
         run: |
-          python flink_jira_bot.py -d
\ No newline at end of file
+          python flink_jira_bot.py
\ No newline at end of file

Reply via email to