espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
591 stars 254 forks source link

Fix Jira sync action (IDFGH-10224) #259

Closed tomassebestik closed 1 year ago

tomassebestik commented 1 year ago

The GitHub action to synchronize pull requests to JIRA has been failing for a long time:

I tried to set it up the same way as it is set up in other repositories (e.g. espressif/esp-idf) and it seems to work, see.: https://github.com/espressif/esp-mqtt/actions/runs/5069104172/jobs/9102251445?pr=259#step:4:13

I suggest setting this action to be triggered by cron every hour, instead of the current setting of triggering when a pull request is sent.

tomassebestik commented 1 year ago

@tom-borcin @euripedesrocha @david-cermak PTAL