Skip to content

Commit

Permalink
Merge pull request #45 from SamYuan1990/releaseAuto
Browse files Browse the repository at this point in the history
add auto issue create for every 3 months
  • Loading branch information
rootfs authored Jul 31, 2023
2 parents 8262537 + dda90dd commit a966b1b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/TagReminder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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, microshift or any dependency for github action!
pinned: true

0 comments on commit a966b1b

Please sign in to comment.