-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Airshipbot appears to be reopening issues right after closing them #502
Comments
@ak3216 I've investigated this issue a little bit, and it seems it has no relations with
I can't say for sure, but 90% this issue isn't related with airshipctl code and zuul jobs. Something should be checked in airshipbot configuration. I don't know who owns it and how it is configured inside, but seems the root cause is there. |
@raliev12, thanks for looking into this. @sirajyasin, can you please see if something is going on with the airshipbot? Thanks. |
@ak3216 , I can look into this issue. Could you please assign this issue to me. |
All yours @sirajyasin, thanks! |
Related Change #786694Subject: Disable the redundant github issue update job ApprovalsCode-Review
+2 Ian Howell
+1 Bijaya Sharma
+2 Matt McEuen
Verified
+2 Zuul
Workflow
+1 Matt McEuen Last Updated: 2021-04-20 20:39:46 CDT |
* airship-airshipctl-update-github-issues job adds comments to related github issue on PS merge based on the tag(Realtes-To/Closes) in commit message. * airshipbot is already doing the job of adding comments to issues on new PSs and updating the status (closed, reopen) as applicable. * So the job airship-airshipctl-update-github-issues is redundant when airshipbot is running. Change-Id: I2c6fa748d3334384bf5b31c87d9501a006a153c1 Relates-To: #502
Related Change #787250Subject: Delete GitHub token ApprovalsCode-Review
+1 Sirajudeen
+1 Bijaya Sharma
+1 Sean Eagan
+2 Drew Walters
Verified
+1 Zuul
Workflow
! None Last Updated: 2021-04-26 16:59:04 CDT |
The Related PSs for this Fix are merged. Will observe the BOT behavior for few days before closing the issue. |
Closing this out as it appears to be resolved. No longer seeing issues being reopened. |
Describe the bug
Several recent issues have been closed upon code merge & then immediately reopened by the Airshipbot. Examples are #482, #485, #370 & #419.
Initially thought it might be due to there being both the "Relates-To:" and "Closes:" tags in the commit message but #419 does not appear to have both tags. The other three examples do.Per comments below, does not appear to be commit label related.Expected behavior
Closed issues stay closed upon closing patchset merging.
The text was updated successfully, but these errors were encountered: