Does a scheduled workflow remain active if the last committer is a bot and the previous human user is removed from the organization? #148632
-
Select Topic AreaQuestion BodyHello, I have a question about the behavior of scheduled workflows in GitHub Actions. I understand that a scheduled workflow becomes disabled if the last user who committed to the repository is removed from the organization.
However, if the most recent commit is made by a bot (e.g., Dependabot), and the last human user who committed before the bot is removed from the organization, will the workflow still be disabled? I would appreciate clarification on how GitHub Actions handles this specific situation. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Does a Scheduled Workflow Remain Active if the Last Committer is a Bot and the Previous Human User is Removed from the Organization?In GitHub, a scheduled workflow (e.g., one defined in a repository's Key Points:
Considerations:
Conclusion:The scheduled workflow will remain active and continue to run as long as the repository and workflow configuration remain intact. The committer being a bot or the removal of a user does not directly impact the functionality of scheduled workflows. |
Beta Was this translation helpful? Give feedback.
-
If a bot made the most recent commit and the last human user who committed before that bot was removed from the organization, the scheduled workflow will not be disabled. The bot's commit allows the workflow to remain active. |
Beta Was this translation helpful? Give feedback.
If a bot made the most recent commit and the last human user who committed before that bot was removed from the organization, the scheduled workflow will not be disabled. The bot's commit allows the workflow to remain active.