We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b583bd + 5e2ab21 commit 7cbf003Copy full SHA for 7cbf003
2 files changed
.github/workflows/.editorconfig
@@ -0,0 +1,3 @@
1
+[*.yml]
2
+indent_size = 2
3
+indent_style = space
.github/workflows/check-tags.yml
@@ -62,3 +62,13 @@ jobs:
62
if: needs.check-tags.outputs.tags-to-build != '[]'
63
uses: ./.github/workflows/build.yml
64
secrets: inherit
65
+
66
+ keepalive:
67
+ name: Keepalive
68
+ runs-on: ubuntu-latest
69
+ permissions:
70
+ actions: write
71
+ steps:
72
+ # Checkout is needed to determine if keepalive is necessary based on repo activity.
73
+ - uses: actions/checkout@v4
74
+ - uses: gautamkrishnar/keepalive-workflow@v2
0 commit comments