We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8262537 + dda90dd commit a966b1bCopy full SHA for a966b1b
.github/workflows/TagReminder.yml
@@ -0,0 +1,20 @@
1
+name: "Reminder"
2
+on:
3
+ # works for mannual, in case of github agent updated.
4
+ # we can run mannually to see if it can be fixed by update version of
5
+ # - kubectl
6
+ # - k8s cluster provider's
7
+ schedule: [{cron: "0 0 1 */3 *"}]
8
+
9
+jobs:
10
+ versionBumpUpReminder:
11
+ name: versionBumpUpReminder
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Create new issue
15
+ uses: imjohnbo/issue-bot@v3
16
+ with:
17
+ title: AutoBumpUpVersionReminder
18
+ body: |-
19
+ :wave: Hi maintainers, please remind to bump version for kind, microshift or any dependency for github action!
20
+ pinned: true
0 commit comments