You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daily actions workflow does not process the issues correctly. The workflow runs as it should, but we recieve a warning shown in the image below. We discovered that the expected behavior of adding/removing the stale label to issues and PRs with inactivity/activity does not currently behave as expected.
In four separate issues, the workflow added the stale label due to inactivity, but did not close the issues after the cofigured days of inactivity were up. Adding activity to the issue via comment, did not trigger the workflow to remove the stale label either.
Module Name
baseline
Module Version
latest
Terraform Version
latest
Description
Daily actions workflow does not process the issues correctly. The workflow runs as it should, but we recieve a warning shown in the image below. We discovered that the expected behavior of adding/removing the
stale
label to issues and PRs with inactivity/activity does not currently behave as expected.In four separate issues, the workflow added the stale label due to inactivity, but did not close the issues after the cofigured days of inactivity were up. Adding activity to the issue via comment, did not trigger the workflow to remove the
stale
label either.Issues:
The warning shown below has been present since this run.
The common demoninator is that all of the issues in question has the github-actions bot message:
Here, it states that the cofigured days of inactivity is 14, which is the original configured days, before we changed it to 7.
Example Terraform Configuration
No response
Steps to Reproduce
No response
The text was updated successfully, but these errors were encountered: