Reminder #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Reminder" | |
on: | |
# works for mannual, in case of github agent updated. | |
# we can run mannually to see if it can be fixed by update version of | |
# - kubectl | |
# - k8s cluster provider's | |
schedule: [{cron: "0 0 1 */3 *"}] | |
jobs: | |
versionBumpUpReminder: | |
name: versionBumpUpReminder | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create new issue | |
uses: imjohnbo/issue-bot@v3 | |
with: | |
title: AutoBumpUpVersionReminder | |
body: |- | |
:wave: Hi maintainers, please remind to bump version for kind or any dependency for github action! | |
pinned: true |